![]() |
|
|||
|
I am having trouble with a form. Part of the code is:
<form method="POST" name="Test_Form" action="mailto:webmaster@pcplayground.com"> When I put this file on the server, the server does not email me the form results. My email program pops up a message asking me if its ok for me to mail it from my default email account. How will I set this form up to use the server to email it, and email it to me? |
|
|||
|
The most simple thing is to make an php page which mails:
the form would be Code:
Code:
|
|
|||
|
Simple
Use METHOD=POST without the "quotation marks" around post tis all good html resourse is Bare Bones Guide to HTML http://werbach.com/barebones/barebones.txt and download from here http://werbach.com/barebones/download.html |
![]() |
| Thread Tools | |
| Display Modes | |
|
|