Hi,
This was the only thing I found about this: http://www.seblod.com/v2/forum/Fields/16515-Multi-select-field-with-optgroup.html
I want to group values in a multiselect field, like:
<select>
<optgroup label="Group 1">
<option value ="1">Option 1</option>
<option value ="2">Option 2</option>
</optgroup>
<optgroup label="Group 2">
<option value ="3">Option 3</option>
<option value ="4">Option 3</option>
</optgroup>
</select>
Is this now possible with Seblod?