form that changes when option is selected?
Permalink
Hi people.
I have a client that needs a form for taking course bookings.
The form needs to ask if they want to do full time or part time and then change the course start dates (selectable in the next drop down) depending on what option was previously selected.
I could mess around with code in the default C5 form block but not sure if this can be done?
is there a add on for this?
thanks!
I have a client that needs a form for taking course bookings.
The form needs to ask if they want to do full time or part time and then change the course start dates (selectable in the next drop down) depending on what option was previously selected.
I could mess around with code in the default C5 form block but not sure if this can be done?
is there a add on for this?
thanks!
Taking Rony's solution a little further, you could also have 2 forms on the same page and a button to toggle between them, or put them on separate tabs, or in separate popups.
I think some of the advanced form addons support conditional parts that are shown/required in response to other fields.
I think some of the advanced form addons support conditional parts that are shown/required in response to other fields.
managed to do this with jot forms
Rony