Separation Select options by something other than a comma
-
Hi!
I have a question – when I create a field of type Select, how do I set it so that I can have something like this in both labels and options:
<option value="Value, Subvalue">Value, Subvalue</option> <option value="Value2, Subvalue2">Value2, Subvalue2</option>
Currently there is only an option to separate the fields (labels and options) with a comma, which doesn’t work in my case.
Is there any other way to do this, please? For example:
Value, Subvalue|Value2, Subvalue2
Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Separation Select options by something other than a comma’ is closed to new replies.