Select field – not possible to specify different value and text
-
I have created a select field in field group.
In the Choises field, I have entered values in this format:
0:Select a value
1:Value 1
I have set default value to:
0
and Return format to:
Value
But when I inspect the select field where it is displayed, it see this:
Where both value and text in the options are the same, and does not seem to honor what I specified in the Choises field for the select field:
<option value=”0:Select a value”>0:Select a value</option>
<option value=”1:Value 1″>1:Value 1</option>
Expected option values and text, would be:
<option value=”0″>Select a value</option>
<option value=”1″>Value 1</option>
I’m using version 6.2.1
Is this a bug, or have I done something wrong?
- The topic ‘Select field – not possible to specify different value and text’ is closed to new replies.