Form Question

Hi All. I am looking for some direction on Form creation. I would like to have a field that is a Select field with multiple values, the last value should be Other and then let the user input their own answer - can someone let me know if this is possible and maybe point me to a resource where i could learn to do so.
Thanks in advance

This is not possible with Mautic alone.

This is something you have to implement manually using JavaScript.

You create the field “other” in Mautic and set it as hidden.

Via Javascript you then change the attribute when the select has the value “other” and the field appears.

1 Like