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!

chris123uk
 
ronyDdeveloper replied on at Permalink Reply
ronyDdeveloper
You can use 2 different form for this. At the first page you can have 2 buttons called "Part Time" & "Full Time". If someone clicks Part time, it will redirect to a page containing form1 and if it is Full Time, it will be redirected to another page containing part. If you need to do it into a single page, you can do it by some jquery tricks.

Rony
JohntheFish replied on at Permalink Reply
JohntheFish
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.
chris123uk replied on at Permalink Reply
chris123uk
managed to do this with jot forms