PDA

View Full Version : Forms



wayned16
09 Feb 2007, 08:05 AM
Hi

I have 4 html pages with 4 forms, i would like to allow the user to input their name ($name) on form 1, then set up a hidden field with the value, "$name - section 1 etc." ... so when the information is emailed each time the user selects next i will receive an email with the subject "$name - section x".

Or another way i can think it would be easier to do this but dont know how...

Or instead of having 4 html pages is there a way to use one html page and and only show one section at a time? ie user fills in section 1, presses next then in the same html file the user sees section 2? Saving the data from section 1 for it all to be emailed at the same time at the end when the user presses submit. This is the ideal way to do it i suppose but i don't know how to. Is there any on-line tutorials or help anywhere?

Thanks