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 .
×
Create a free account

Character Sheet Information Not Saving

I've just finished making a custom roll20 character sheet, but whenever I open the sheet in game and put information into it, the information is not saving. I do know normally you would have to save this information to a database, but how do I configure that on roll20? Thanks in advance.
1483414204
Finderski
Plus
Sheet Author
Compendium Curator
Make sure your input fields names all start with attr_ For example: <input type='text' name='attr_hitpoints' />
Finderski said: Make sure your input fields names all start with attr_ For example: <input type='text' name='attr_hitpoints' /> Thank you!