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

Drop Down Menus in Player Journal

Title says it all essentially. My GM is making a new character sheet, and would like to set up drop down menus for things, like classes and such, but can't figure out how to code one, and can't find any topics concerning them, so we're reaching out to see if anyone has any advice, or has created drop down menus for themselves.
<select class="sheet-foo" name="attr_foo_select" > <option value="@{strength}>Strength</option> <option value="@{intellect}>Intellect</option> </select>
Perfect, thank you very much, that fixed that part of the sheet.