So I need A contact page where my visitors can send me a mail or "contact sheet" if that makes more sense. I am basically starting a site from the ground up. Not a PtC or GPT or a site where you signup for anything, just my own thing, and I need a contact page where a visitor can use the contact page to contact me. I do not have a code except for below but do not know how to forward the message they send from the contact form to my email? Do I need a .html in my cpanel for that contact page to be complete and setup? I don't know how this works. Code: <h2>Contact Us</h2> <p id="loadBar" style="display:none;"> <strong>Sending your inquiry. Please wait a few seconds…</strong> <img src="img/loading.gif" alt="Loading..." title="Sending Email" /> </p> <p id="emailSuccess" style="display:none;"> <strong style="color:#298fcd;">Success! Your Email has been sent.</strong> </p> <div id="contactFormArea"> <form action="scripts/contact.php" method="post" id="cForm"> <fieldset> <label for="posName">Name:</label> <input class="text" type="text" size="25" name="posName" id="posName" /> <label for="posEmail">Email:</label> <input class="text" type="text" size="25" name="posEmail" id="posEmail" /> <label for="posRegard">Regarding:</label> <input class="text" type="text" size="25" name="posRegard" id="posRegard" /> <br><label for="posText">Message:</label> <textarea cols="50" rows="5" name="posText" id="posText"></textarea> <label> <input class="submit" type="submit" name="sendContactEmail" id="sendContactEmail" value=" Send Email " /> </label> </fieldset> </form> Could someone help please? Thank you so much. -Greg
with kontactr you can have your own contact from.. free.. just add some code your website or blog http://kontactr.com/