Select field: set option value
-
I’m building a state select option list, and I’d like to be able to set the value attribute in my options so the result is as follows:
<option value="AL">Alabama</option>When I pasted my option list into the select options, it stripped off everything but the state names. Is this possible?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Select field: set option value’ is closed to new replies.