Hi,
is there a possiblity to define values in forms? Something like that: option1:value1, option2,value2… Thanks!
Hey!
I didn’t get exactly what you mean, could you please elaborate?
Best regards,
Josue
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
Hey!
That’s not possible with the built-in form, but you can achieve it using CF7:
http://contactform7.com/selectable-recipient-with-pipes/
Cheers!
Josue