Contact whoever hosts your site. THey most likely have a form handler you can use. Ask them how to use it -- you'll have to set your form up correctly for it to work.
Also, note well -- unless they have an upload component enabled, you're NOT going to be able to upload that file to your server. You CANNOT send an attachment using a form. You can ONLY UPLOAD it. Once it's uploaded you can do whatever you need to with the file on the server, but you CANNOT, no matter what you do, attach a file from a client to an email in one go.
Unless, of course, you forget the form and just have a mailto link, with instructions on what you want from the user. ;-)
Main Topics
Browse All Topics





by: roblablobPosted on 2003-03-07 at 05:08:42ID: 8087944
P.S. I also would like to know how to then redirect the user to a thank you page.