Skip navigation
stanstclair
Currently Being Moderated

little help with contact form code please

Aug 12, 2012 7:33 AM

have a contact box from a template i would like to use. can you tell ma where to enter my email details and any other info i need before i upload to my site. i.e do i have to connect it via server  etc.  thanks for your time.

 

stan

 

 

<div id="contactform">

      <h2>Why Not Contact Us Today !</h2>

      <form action="#" method="post">

        <fieldset>

          <legend>Contact Form</legend>

          <label for="fullname">Name:

            <input id="fullname" name="fullname" type="text" value="" />

          </label>

          <label for="emailaddress" class="margin">Email:

            <input id="emailaddress" name="emailaddress" type="text" value="" />

          </label>

          <label for="message">Message:<br />

            <textarea id="message" name="message" cols="40" rows="4"></textarea>

          </label>

          <p>

            <input id="submitform" name="submitform" type="submit" value="Submit" />

             

            <input id="resetform" name="resetform" type="reset" value="Reset" />

          </p>

        </fieldset>

      </form>

    </div>

 
Replies
  • Currently Being Moderated
    Aug 12, 2012 7:41 AM   in reply to stanstclair

    Contact forms ideally consist of two files

    The HTML form page you showed, PLUS

    a separate "email"  processing script (usually php)

     

    This separate script is often available from your hosting provider.

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points