Concerning a e-mail form on my phone page, and I has been wondering now for getting it to not think of the " Web site Not Found", following e-mail is published. Any help could well be appreciated.
< mode mailto: " medomain" method=" post" > < p> Appoint: < br> < insight type=" text" name=" Name" size=40> < /p> < p> E-Mail Handle: < br> < insight type=" text" name=" E-Mail Address" size=40> < /p> < p> Information Subject: < br> < insight type=" text" name=" Information Subject" size=40> < /p> < p> Information Body: < br> < textarea cols=40 rows=10> Remember to type your principles here. < /textarea> < /p> < p> < insight type=" submit" value=" Put in E-Mail" name=" submit" > & nbsp; & nbsp; & nbsp; < insight type=" submit" value=" Very clear Form" name=" clear" > < /p> < /form>
There exists my form. Would it be done properly Every thing looks fine about the page,
Hey, a few things
JUST ONE: Your form needs an action characteristic, you were almost there, you simply needed the mailto: part included in the methods value.
TWO: I do not understand what DOCTYPE you will be coding for, but all attributes values need to be in quotes (you have size=42 as an illustration, it should possibly be size=" 42" ).
3: Your clear option is of kind submit, it need to be type=" reset".
Do this code.
< mode action=" mailto: medomain. com" method=" post" > < p> Appoint: < br> < insight type=" text" name=" Name" size=" 40" /> < /p> < p> E-Mail Handle: < br> < insight type=" text" name=" E-Mail Address" size=" 40" /> < /p> < p> Information Subject: < br> < insight type=" text" name=" Information Subject" size=" 40" /> < /p> < p> Information Body: < br> < textarea cols=" 40" rows=" 10" > Remember to type your principles here. < /textarea> < /p> < p> < insight type=" submit" value=" Put in E-Mail" name=" submit" > & nbsp; & nbsp; & nbsp; < insight type=" reset" value=" Very clear Form" name=" clear" > < /p> < /form>
Good good fortune.
Thank people. That worked!
My sister just tested the form out, and Managed to get the e-mail, though the body is empty. Any suggestions for that
When you enter values into the form fields, along with click " Put in E-mail", your default email client opens yes
There has to be anything in the actual email fields, there need to be text in the entire body, and an address inside the to: field
I fixed the matter, I changed the particular method=" post" to method=" get" .
Regards for your guide.
Changing from POST to acquire is not desirable with this situation. You should try to look for the root with the problem instead. You shouldn’t use GET with requests that contain large amounts of request data… in this instance, the message subject matter and body.