Hi all,
For the field type Select - is there a way to define custom values. For example, I have a list of US states as the data:
Alabama
Alaska
Arizona
Arkansas
California
etc…
That’s great but when I display them in a <select> drop down in the front end, how can I display with a custom value:
<option value="al">Alabama</option>Instead of the default
<option value="Alabama">Alabama</option>