Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Set "value" for "option" in forms #233153

    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

Viewing 1 post (of 1 total)