Click to See Complete Forum and Search --> : Save a web form as .html and keep user input


iKhristosi
May 29th, 2008, 12:34 PM
So I need to save a web form that the user opened and entered information into. So far I can save it, but it loses all the data the user input. I then need to send the file as an attachment in an email and delete the file that was saved. Any help would be much appreciated.

Thanks,
Christian

PeejAvery
May 29th, 2008, 12:50 PM
You are going to have to invoke the server-side (PHP or ASP.NET) to accomplish this. Saving the data should be done through form processing. Then the sending of the e-mail will have to be through SMTP or an add-on library such as sendmail.