Email form problems

R

ross

I have a site that I have created a form that will use the following code
to email me.Howevr it does not consistantly work.

<FORM enctype="text/plain"
ACTION="mailto:[email protected]?subject=SeniorNet Web Site"
METHOD="POST">

<p align="center"><strong>Name
<input type="text" name="textfield">
</strong></p>
<p align="center"><strong>Email Address
<input type="text" name="textfield3">
</strong></p>

<p align="center"><strong>Your Suggestions for SeniorNet Website only,
violators will be procecuted!!</strong>
<textarea name="textfield2"></textarea>
</p>

<p align="center">
<input type="submit" name="Submit" value="Submit">
<input name="clear" type="reset" id="clear" value="Clear">
</p>
<p align="center">&nbsp;</p>
</form>
However, it is not working for all users. Any advice to improve this,
please? I really appreciate this newsgroup.Thank you, Dick Ross
 
T

Toby A Inkster

ross said:
I have a site that I have created a form that will use the following code
to email me.Howevr it does not consistantly work.

<FORM enctype="text/plain"
ACTION="mailto:[email protected]?subject=SeniorNet Web Site"
METHOD="POST">

No it won't. You need to use a proper form mail script on your server.
 
O

Owen Jacobson

I have a site that I have created a form that will use the following code
to email me.Howevr it does not consistantly work.

<FORM enctype="text/plain"
ACTION="mailto:[email protected]?subject=SeniorNet Web Site"
^^^^^^
That's the problem, right there.
METHOD="POST">
However, it is not working for all users. Any advice to improve this,
please? I really appreciate this newsgroup.Thank you, Dick Ross

mailto: form actions are not reliable. Use a server-side script
(action='/some/url') that sends the form data to you, rather than having
the browser do it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,535
Members
45,007
Latest member
OrderFitnessKetoCapsules

Latest Threads

Top