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

Select not writing data

1584606011

Edited 1584606115
Chomik
Pro
Sheet Author
t seems that if I make Select list, chosen option is not stored on sheet on the reopening. What to do then? What is proper form for selections on Roll20 sheets? Here is my code for CoD sheet: Type:<select>         <option value="angel">Angel</option> <option value="fae">Fae</option> <option value="ghost">Ghost</option>         <option value="goetia">Goetia</option>         <option value="spirit">Spirit</option>       </select>
1584617399
Scott C.
Forum Champion
Sheet Author
API Scripter
Compendium Curator
You need to name all inputs, selects, and buttons. See the building character sheets wiki page for more information.
1584624558
Chomik
Pro
Sheet Author
Yes, adding  name="attr_ephtype" to select seems to solved the problem.