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

Optgroup Failing to Populate in Sandbox

1613524199

Edited 1613524280
I'm trying to get <optgroup> to function in my sandbox, but it isn't working. Is this something that works in the actual sheet, but fails in the sandbox? I used the sample code on the Character Builder page as well as the working code from Free Spacer and I can't get it to populate correctly. I went to the actual Free Spacer sheet outside sandbox and it worked. Any insight on why this is happening would be appreciated. Sample code: <select name="attr_selectedSheet" > <optgroup label="Player"> <option value="1" selected>PC</option> <option value="2">Ship</option> </optgroup> <optgroup label="Gamemaster"> <option value="3">NPC</option> <option value="4">Monster</option> </optgroup> </select> Output on sheet:
1613575939
GiGs
Pro
Sheet Author
API Scripter
I could have sworn I'd already replied to this - i wonder if my message got eaten? There's a bug report about this that hasnt been replied to here:&nbsp;<a href="https://app.roll20.net/forum/post/9620705/optgroup-elements-missing-in-sandbox-vs-live-server/?pageforid=9620705#post-9620705" rel="nofollow">https://app.roll20.net/forum/post/9620705/optgroup-elements-missing-in-sandbox-vs-live-server/?pageforid=9620705#post-9620705</a>
It took me three attempts to get this to post right last night. Maybe the forum is a lil busted right now as well. Thanks for the peace of mind! I only searched this forum, not the bugs one, since my default notion is that I &nbsp; am the one screwing things up.