Can you implement collapsible (accordion) forms that collapse or reveal conditionally?
Can you implement collapsible (accordion) forms that collapse or reveal conditionally?
The conditional logic functionality shows/hides the fields or groups of fields. You can also enable animations in the form settings to get the smooth slide open/close effect.
That Sounds Great Kevin. However, if I have one drop down whose choices are based on the previous drop down which has many different options, is there an easier way to build that logic form without having to manually create 60-70 drop downs? For instance, is there a way using jquery or mysql?
Thanks.
Not really. You have to configure the logic all in the form builder. That then creates all of the necessary scripting to make everything work properly.