I have a one page form on my site, i need to know if anybody has seen or know how to create a 2 part form. ie: one page has a couple of text boxes with a submit button, then it will take the information and place it into the 2ed form and then the customer can fill out the rest of the form and hit submit, It will be sent to me in a email.
any good clues with out a cgi form?
Thanks Ken
Abdelrhman Fahmy
5:40 am on Feb 3, 2004 (gmt 0)
By using any scripting language ASP,Perl,PHP: you're able to post the parameter from the first form (when the user press the first submit button) to the same page (same script) and then use it within the second form
You've to have a line of code at the first part of the script to find if the user is already filled the first for or not