We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 37572
    • 11 Posts
    Can anyone tell me where i input my email address?


    [/<div>
      <p class="error">[+validationmessage+]</p>
      <form method="post" action="[~[*id*]~]" id="ContactForm" name="ContactlForm">
        <fieldset title="Contact Form" class="efieldset">
    <legend><strong>Please complete the following form</strong></legend>
          <input name="formid" type="hidden" value="ContactForm" />
          <div class="label">
            <label for="cfName">Your name:</label>
          </div>
          <div class="clearfix">
            <input name="name" id="cfName" class="text" type="text" eform="Your Name::1:" />
          </div>
          <div class="label">
            <label for="cfEmail">Your Email Address:</label>
          </div>
          <div class="clearfix">
            <input name="email" id="cfEmail" class="text" type="text" eform="Email Address:email:1" />
          </div>
          <div class="label">
            <label for="cfRegarding">Regarding:</label>
          </div>
          <div class="clearfix">
            <select name="subject" id="cfRegarding" eform="Form Subject::1">
              <option value="General Enquiry">General Enquiry</option>
              <option value="Test Drive">Arrange a test drive</option>
              <option value="Find Me A Car">Find Me A Car</option>
            </select>
          </div>
          <div class="label">
            <label for="cfMessage">Message:</label>
          </div>
          <div class="clearfix">
            <textarea name="message" id="cfMessage" rows="4" cols="20" eform="Message:textarea:1"></textarea>
          </div>
          <div class="formsubmit">
            <input type="submit" name="contact" id="cfContact" class="button" value="Send This Message" />
          </div>
        </fieldset>
      </form>
    </div>
    code]
      • 4310
      • 2,310 Posts
      You do that in your snippet call with :