I'm trying to create a charactermancer for my character sheet, but I can't get past this very early problem. The button on the "intro" slide works, but the button on the "playbook" slide doesn't even appear. < charmancer class = "sheet-charmancer-intro" > < div > < h2 > Intro </ h2 > < button type = "submit" value = "playbook" > Next </ button > </ div > </ charmancer > < charmancer class = "sheet-charmancer-playbook" > < h2 > Playbook </ h2 > < button type = "submit" value = "stats" > Next </ button > </ charmancer > < charmancer class = "sheet-charmancer-stats" > < h2 > Stats </ h2 > </ charmancer > What am I missing?