Click here to Skip to main content
15,898,010 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a huge form, page count upto 15 in .doc format which am trying to build into html in order to make it avaliable online where the user will fill such form and its details will be save in database. But I do not want to have a long html page rather I would like to divide the form and facilite the site with previous and next buttons. But I am failing to find out how will I manage data storage till the user reaches last page and submits the form after which the entry will be made to the table. Session will be too annoying. Can you suggest any other lightweight and dynamic method?

Thanks in advance
Posted
Comments
Thanks7872 3-Feb-15 6:59am    
Best way is to have a single page with multiview or Accordian something.
ZurdoDev 3-Feb-15 8:11am    
I'd suggest storing it in the db. That way, if they lose connection or want to finish later you have stored all of their progress.
Sinisa Hajnal 3-Feb-15 10:00am    
Save into the database after each screen. That way if something breaks for whatever reason, they can continue where they stopped...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900