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: