Conditional content in multi page forms

Not something I've delved into but one of our site managers has asked how to create a multi page form that displays content on page 2 that is conditional on an answer from page 1.


The simplest illustration might be a drop down list on page one that lists car manufacturers. If I select Toyota and proceed to page 2, I am presented a drop down list of Toyota models.



I've checked through the relevant manual, but can't spot anything that hints that this is even possible.

[quote]
Not something I've delved into but one of our site managers has asked how to create a multi page form that displays content on page 2 that is conditional on an answer from page 1.



The simplest illustration might be a drop down list on page one that lists car manufacturers. If I select Toyota and proceed to page 2, I am presented a drop down list of Toyota models.



I've checked through the relevant manual, but can't spot anything that hints that this is even possible.

[/quote]



Hi, I am looking for a similar solution, been through all the manuals and can't find anything related. Did you find a solution?

Thanks

pretty similar to what i'm looking to do… can't find any way yet to conditionally include content based on a GET variable… seems like it should be a simple thing to do just can't find the right asset/config to do it… anyone have a clue?

Did anyone find the answer to the problem, I'm also looking for something similar without resotting to Javascript.

[quote]
Did anyone find the answer to the problem, I'm also looking for something similar without resotting to Javascript.

[/quote]



Yeah, this still isn't possible.

I guess it would have to be done with hidden form or metadata input elements with toggle I guess.