I'm wondering the best way to do this. The form itself is to create an email to be sent to the site owner containing a customers information.
The first possibility I considered would be to store the form information in a temporary database entry that will be read from once the user reaches the final page and goes to submit the form. I'm wary about that because I would have to handle each page separately to insert the info into the db , so going back to modify any information would be a mess for the customer. I'm wondering if this is a case for AJAX?
Would that be a good option? Or would it be better to just keep passing the form data through each page and store it in hidden fields? Or is there another more practical option I'm not seeing? Thanks in advance.
This post has been edited by Ntwiles: 15 February 2011 - 12:19 PM

New Topic/Question
Reply



MultiQuote



|