Web form and User management

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
boris247
Forum Newbie
Posts: 2
Joined: Mon Sep 24, 2007 6:56 am

Web form and User management

Post 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.
User avatar
aceconcepts
DevNet Resident
Posts: 1424
Joined: Mon Feb 06, 2006 11:26 am
Location: London

Post by aceconcepts »

Are you not looking to code this yourself?
boris247
Forum Newbie
Posts: 2
Joined: Mon Sep 24, 2007 6:56 am

Post 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!
lnt
Forum Newbie
Posts: 12
Joined: Mon Sep 24, 2007 8:47 am

Post by lnt »

Use Ajax technique to submit the page.
Use $_SESSION['page'][$i] to save the content is submited from page $i
Post Reply