Just a noob that needs HELP!

Discussion in 'HTML & Website Design' started by bobgreen13, Dec 30, 2008.

  1. #1
    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
     
    bobgreen13, Dec 30, 2008 IP
  2. bonjour123

    bonjour123 Peon

    Messages:
    203
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    with kontactr you can have your own contact from.. free.. just add some code your website or blog
    http://kontactr.com/
     
    bonjour123, Dec 30, 2008 IP
  3. ignatius

    ignatius Member

    Messages:
    38
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #3
    I think you need php or some other web program help you to process!
     
    ignatius, Dec 30, 2008 IP
  4. bobgreen13

    bobgreen13 Guest

    Messages:
    50
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Thank you both :) I will try bonjour123
     
    bobgreen13, Dec 30, 2008 IP