Hi Guys,
I was told to ask you guys here fro htmlforums.com.
I only some basic HTML only enough to make simple pages.
I now have bought Linux web hosting and it has php. The problem is I don't know how to set the page up correctly and the HTML on this form so it will send the information typed into it to an e-mail @mydomain.com.
I have saved the file as .php with the HTML for the page that this file will be on.
Currently when you click the send button a box appears on the screen that reads: this form is being submitted using e-mail and will not be encrypted for privacy.
How do I go about setting it up on my webhosting so this will not happen. And what changes would I have to make to this form so it will work correctly.
I have seen forms on other websites and instead of MAILTO they have <FORM ACTION="contact.php" METHOD="post">
This is my first time to have webhosting I used to have free webhosting which did not support PHP.
I have this contact form:
<p><div align="center">
<div style="border:1px solid #ffcc00; width:255px; margin-bottom:5px;background-color:#ffcc00;">
<form action="MAILTO:info@mydomain.com"
method="post" enctype="text/plain">
<div style="background-color:#ffcc00; padding:3px; font:12px arial; color:black;"><b>Online Contact Form</b></div>
<div style="padding:10px; font: normal 12px Arial; text-align:left;">Your name :<br />
<input type="text" name="Name" size="34" style="width:230px;" /><br />
Your e-mail:<br /><input type="text" name="e-mail" size="34" style="width:230px;" /><br>
Name:<br /><input type="text" name="Name" size="34" style="width:230px;" /><br>
Name :<br /><input type="text" name="Name" size="34" style="width:230px;" />*<br>
Name:<br /><input type="checkbox" name="Name" size="34" style="width:15px;" /><br>
Name:<br /><input type="checkbox" name="Name" size="34" style="width:15px;" /><br>
Comments:<br>
<textarea COLS=35 ROWS=7 name="Comments/Questions"></textarea><p>
<div style="background-color:#ffcc00; padding:3px; font:10px arial; color:black;"><b>* Optional</b></div>
<div align="center">
<input type="submit" name="submit" value=" Send ">
<input type="hidden" name="usernum" size="1" style="border: 0px solid black; height: 0px; width: 0px;" value="2471385214"
/><input type="hidden" style="border: 0px solid black; height: 0px; width: 0px;" name="MAX_FILE_SIZE" value="2000000"><input
type="hidden" style="border: 0px solid black; height: 0px; width: 0px;" name="cpv" value="2" />
<input type="reset" name="reset" value=" Clear "></div>
</form>
<div align="center"
Any help would be great. 🙂
Thanks again guys,
Contact_Forms 🆒 🆒