Page 1 of 1

Web form and User management

Posted: Mon Sep 24, 2007 7:03 am
by boris247
Can anyone advise me?

I need to be able to create a web form split across multiple pages.
I need the form to be submitted and stored on a database (MySQL) and emailed to me.
I need a user to register and login before filling in the form.
As the form will be long and split across multiple pages I would like to give the user the option of saving a half filled and incomplete form so that they can come back to it later.

I am looking for a simple management system that will do this. Can someone recommend a system that would be suitable? Any advice or recommendations would be greatly appreciated.

Posted: Mon Sep 24, 2007 7:06 am
by aceconcepts
Are you not looking to code this yourself?

Posted: Mon Sep 24, 2007 7:24 am
by boris247
Unfortunatly not!

I understand this may not be the right place to submit my post and I appologise, but I am at a loss as to where I may be able to get a scripted solution for my project. I am a competent web designer using PHP and I am able to implement scripts to work on sites but writing and designing scripted applications is beyond me at the moment. I just hope to be pointed in the direction of some ready made solutions. If any!

Posted: Mon Sep 24, 2007 9:09 am
by lnt
Use Ajax technique to submit the page.
Use $_SESSION['page'][$i] to save the content is submited from page $i