Hi,
in the settings of the form i only can define option names that are used also as values:
“OPTION1, OPTION2, etc” leads to this <option value="{OPTION1}">{OPTION1}</option>
I would like to define values independently:
<option value="{VALUE_OPTION1}">{OPTION1}</option>
So i aked if there is a possibility to manage this like this way for example:
OPTION1: VALUE_OPTION1, OPTION2: VALUE_OPTION2