Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×

Creating a Charactermancer - "next" button doesn't appear

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?
1595793232
Kraynic
Pro
Sheet Author
Have you read the bit about charactermancer capability on the wiki (and the second thread link would be of interest)? <a href="https://wiki.roll20.net/Building_Character_Sheets#Charactermancer" rel="nofollow">https://wiki.roll20.net/Building_Character_Sheets#Charactermancer</a>
Yes, I've read it but I still don't understand why the first button would work but the second wouldn't.
Okay I figured it out! The contents of the &lt;charmancer&gt; tag must be wrapped in a single parent tag (such as a &lt;div&gt;). If it's not, it will only display the first child element. That's why I couldn't see the buttons on the second slide. Please add this to the Charactermancer docs!
1595883102
Kraynic
Pro
Sheet Author
I believe the wiki is editable by anyone.&nbsp; Since you are messing with the charactermancer stuff, you may be the best one to add the info with your first hand experience.