Click to See Complete Forum and Search --> : Help!!!!!


michael
02-26-2003, 11:09 AM
I have an order form that, when filled in, needs to be emailed to me.
The order form can be seen on this site www.katseyeblends.co.uk

Is there any way to get the completed order form to be emailed to me.

The item details are in a table and it's that part that I can't do.

Is there maybe a script somewhere that can send the whole page to me in HTML format, that way I could recieve the order form as it looks when filled in.

Thanks.

DaveSW
02-26-2003, 11:39 AM
Looking at your source code I can't find any form tags.

<FORM METHOD="POST" ACTION="mailto:___@________.com" ID="myform" enctype="text/plain">


all of form

</FORM>


These should be outside of the form items, with everything you want to send/receive in the middle - unless I misread your code. It should arrive in the email box you enter as a simple text document

Try it with a small form first to get the hang of it, and then try it on your large form.

dave