Forum
Does the Forms app support multiple page forms?
A client wants an online application form which is so long it really requires 3-4 pages. Is this possible with the forms app, and how would I go about setting that up? Would I nest each subsequent page in the :success section?
It doesn't, no.
How about breaking the from up into pages with JavaScript? i.e. make it look like multiple steps, but keep the user all on one page.
Drew, this is an issue I'm currently wrestling with myself. I have the form broken up into multiple tabs to visually spread out the form. But is there a way to grab the errors that perch finds?
My problem is that someone may have an error on a page that is not currently visible and I would like to alert the user of this?
Any thoughts?