Hi, I use a form that shows/hides dropdown lists depending on other dropdown selection. My problem is that the fields are just shown or hidden and their values are not set to the default value if hidden. So th email sent, take in account the value of the hidden dropdowns.
Is it possible to reset the default values when the dropdown are not visible? By default value, I mean that is not considering the value as selected.
Moreover, I set a dropdown element to “required”, the options label “choose one” and value ” “, but the email is sent even if this dropdown has not been changed. What do I wrong?