1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

contact form Family Law Firm

Discussion in 'Web Development' started by Rosalie, Feb 18, 2016.

  1. Rosalie

    Rosalie New Member Verified Member

    Hi,
    A last question about this beautiful template: page Contact: where to type the email address in the html-code of this form?
     
  2. navyfalcon

    navyfalcon Well-Known Member Verified Member

    124. <div class="main">
    125. <h1>This is just a place holder.</h1>
    <p>

    127. &nbsp;Want an easier solution for a <a rel="
    https://freewebsitetemplates.com/link/free-website/" data-ga-event="click" data-ga-category="Text Link" data-ga-action="https://freewebsitetemplates.com/link/wix/"
    data-ga-event="click" data-ga-category="Text Link" data-ga-action="Ad Click" data-ga-label="Previews - Free Website">Free Website</a>? Head straight to
    <a rel="https://freewebsitetemplates.com/link/wix/" data-ga-event="click" data-ga-category="Text Link" data-ga-action="Ad Click" data-ga-label="Previews - Wix">
    Wix</a> and immediately start customizing your website!&nbsp;You can remove any link to our website from this website template, you're free to use this website template without
    linking back to us.&nbsp;If you're having problems editing this website template, then don't hesitate to ask for help on the
    <a href="https://freewebsitetemplates.com/forums/">Forums</a>.
    128. </p>
    129. <form action="index.html" method="post" class="message">
    130. <label>First Name</label>
    131. <input type="text" value="">
    132. <label>Last Name</label>
    133. <input type="text" value="">
    134. <label>Email Address</label>
    135. <input type="text" value="">
    136. <label>Message</label>
    137. <textarea></textarea>
    138. <input type="submit" value="Send Message">
    139. </form>
    140. </div>
    141. </div>
    142. </div>

    line 124 to line 128 Put your own message or instructions for the client
    line 129 to line 136 is for the client to fill out
    line 130 Clients first name
    line 132 Clients last name
    line 134 Clients email address
    - - -
    hope this helps
    falcon
     
  3. Rosalie

    Rosalie New Member Verified Member

    Thank you very much, Falcon!