Click to See Complete Forum and Search --> : Emailing Details from a Form


Gecks1982
07-14-2005, 09:09 PM
Hi All

I am fairly new at this and needed to email details from a form to an email address. I have placed a snipet of the form code for some review.

<form action="mailto:myaddress@myprovider.com.au" method="Post" enctype="text/plain">

<input name="First" type="text" style="width:230;height:20">

<input type="submit" name="Submit" value="Submit" >

</Form>

When I click on the submit button the form freezez up and it comes up with program no responding.!! :confused: :confused:

I appreciate the time taken to read my thread

bathurst_guy
07-14-2005, 09:12 PM
Have you done a search in this forum for this topic before you posted?
What scripts does your server support?

Lightfoot82
07-19-2005, 04:36 AM
Hi,

If you can i suggest you use PHP to mail your form to the email address, works like a charm.

There have been other posts on here and im sure they have example scripts that you could draw some ideas from.