PDA

View Full Version : E-mail Form



browser
02-08-2004, 06:43 PM
I tried to put an e-mail form on my website but when you submit it takes you to a page which shows my e-mail. I am using geocities and the script I used was;

<form method="post" enctype="text/plain" action=&#39;mailto:[email protected]&#39;>
<input type="hidden" name="To" value="Ringtones">
Enter desired ringtone here:

<input type="text" name="question:" size="50" maxlength="100">


</form>

edit: now when i do it it opens up Outlook. is there a way to just submit the info they out in the previous boxes? The code is now;

<form method="post" enctype="text/plain" action=&#39;mailto:[email protected]&#39;>
<input type="hidden" name="To" value="Ringtones">
Enter desired ringtone here:

<input type="text" name="question:" size="50" maxlength="100">


Enter your e-mail here:

<input type="text" name="question:" size="50" maxlength="100">


<input type="submit" value="Submit">spacer.gif
</form>

NightStalker
02-08-2004, 07:21 PM
What is the URL to the script?

I.am
02-08-2004, 09:07 PM
http://www.w3.org/TR/REC-html40/interact/forms.html

browser
02-08-2004, 09:40 PM
Thanks, problem solved