Creating a form with multiple pages

All Quick 'n Easy Web Builder support issues that are not covered in the forums below.
Post Reply
nikkimae
Posts: 1
Joined: Tue Mar 12, 2019 4:00 pm

Creating a form with multiple pages

Post by nikkimae »

Hi guys, I'm new to the forum so was hoping someone could help me with details on how to generate a form with more than one page. I can obviously build a form using the form area but I need to create a job application form which has 5 different pages to make up one form and I'm unsure how to do this.

TIA
Nikki
User avatar
Pablo
Site Admin
Posts: 3918
Joined: Mon Feb 13, 2006 7:00 am
Location: Europe
Contact:

Re: Creating a form with multiple pages

Post by Pablo »

I'm sorry there is no standard solution for this, this will require a custom script because you will have to keep track of all the enter data. The browser does not remember this by itself.

Alternatively, you can use a Wizard to implement a form with multiple steps.
mexman
Posts: 547
Joined: Mon Feb 11, 2013 11:33 am
Location: Puebla/Mexico

Re: Creating a form with multiple pages

Post by mexman »

Hi Nikki:
You can build virtually 5 pages but all on one single page. This is recently a very common practice: You mount the 5 input pages one below the other and for navigation between them you can use anchors.
So all virtual pages are part of one form and the data you want to send/capture by the form, are handled all at once.
Regards
Michael
QnEWB V6.x - Ubuntu 18.04
Post Reply