Load a specific page in multipage form

By: Peter S | Asked: 01/16/2025
ForumsCategory: General questionsLoad a specific page in multipage form
Peter S asked 4 hours ago
Hey, 

I have a multipage form and I am using Ajax so in the url it loads the page number. For example:
https://example.com/test/?&frm_page=2

I want to be able to use the url to load a specific page on the form, but unfortunately when you load the page it defaults to the first page. 

Anyone know if there is a workaround? 

Thanks
Victor Font replied 3 hours ago

In my opinion, it is not feasible to address a form page as a web page because the concept of physical form pages does not exist. Form pages are virtual pages, and their identification is solely based on the fields contained between the page separator fields. Even the fields displayed on a form can be virtual, as the form’s shortcode allows for the hiding or display of fields. Page separators are actual fields stored in the database. If you inspect the HTML source code of the generated form in your browser’s inspection tools, you will observe that Formidable performs extensive field manipulation behind the scenes to display each virtual page. All form fields are present on every page, but not every form field is displayed on every page. Formidable conceals fields that are not intended to be displayed on a particular page.

1 Answers
Victor Font answered 3 hours ago
Something weird is going on. I keep posting an answer and get a message it's awaiting a moderator. I am a moderator and I can't post answers.
Victor Font replied 3 hours ago

I just thought of something that could be possible as I was thinking about this topic to create an explainer video for developers. Since you are using Ajax, you could create your own REST endpoint in WordPress to display a virtual page executed through a custom callback. It's advanced coding, but very doable if you understand Formidable's architecture at a molecular level.

Making the Best WordPress Plugin even better - Together

Take on bigger projects with confidence knowing you have access to an entire community of Formidable Experts and Professionals who have your back when the going gets tough. You got this!
Join the community
crossarrow-right