Forum Moderators: open
On each page i would like the user to begin filling in the application form with maybe 5 or 6 fields, when thet click on it continue button they would be taken to the application.htm form in full so they could fill in ALL the details, but this page remebers the 5 or 6 fields of information that previously had been entered.
Any help would be good.
Also for sending the form, i have previously used .asp but want to keep the site 100% html. I have thought about cgi scipt from Matts script Archive but its a professional site and i dont want people to see the 'thankyou page' being picked up from Matts Script Archive, any ideas?
Something like this: <input type="text" value="<?php echo $_POST['varname'];?>" name="Whatever"> (Hopefully this doesn't get messed up when I post).
If you still want the HTML extension it's possible to set up your server to parse .html files as .php. I don't know how, I just know it's possible.
ASP you could do something similar, but it's been a while since I've used ASP and I can't think of the code off the top of my head.
- Ryan
- Ryan