Multi Page Form
Multi Page Form
How do I create a multi page form? I am trying to create a web input form that has many fields per record, and I would like to create categories which represent separate pages and have the record persist from page to page until they reach the end of the multi page form and submit it all at once.
So for example, I would create a form for "Hotels", and it would include:
"General Information" which would include the following fields:
Name
Location
Description
Address
"Amenities"
Pool
Spa
"Rooms"
etc.
Where General Information, Amenities and Rooms would all be a part of one Hotel record, but would exist as separate pages in one form.
Thanks