Matrix Version:
Is there the option to add logical condition statements within the form? For example, if radio button 1 is selected, then show a new field related to that option?
Matrix Version:
Is there the option to add logical condition statements within the form? For example, if radio button 1 is selected, then show a new field related to that option?
The eaiest way to do it is using some custom front-end JS and using data-attributes on the form fields to indicate which are dependent on what other form values.
It is something we are planning to make a lot easier in a future release though.