FP Elite user and fairly knowledgeable with FP. Trying to figure out the best way to approach this lengthy form, or if the title is possible.
I'm building an mobile first ROI calculator with 18-20 fields that is making use of 4 page-breaks. In order to use the data from earlier fields in the form, I believe this is my only option.
Once the user has completed the form, I'd like it to be as simple as possible to adjust values in the form to shape the ROI to their desired outcome. Using a multi-page form, is it possible to show the entire form on the last page of the process so the user does not have to go back to the beginning each time to make adjustments?
Note: I tried using conditional sections to open each new section as the previous was completed, but the data from previous fields is not available without the form-submit process as far as I know, unless jquery does the trick. If jquery and conditionals are the only answer, can anyone point to an example of use in Formidable?
Thanks in advance.
I'm wondering if you tried setting up your form with accordion-style collapsible sections, instead of multipage might solve your issue. https://formidableforms.com/knowledgebase/section-heading/collapsible-section/#sts=Create%20an%20accordion
Thanks for that link, Rob. I'll look at an alternative and test that as well.
Please login or Register to submit your answer