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

Form Contact page template Family Law Firm

Discussion in 'Web Development' started by Rosalie, Mar 4, 2016.

  1. Rosalie

    Rosalie New Member Verified Member

  2. navyfalcon

    navyfalcon Well-Known Member Verified Member

    This is just a template. You need to change the contact information to your Law Firm

    Form Contact page
    (source code without the spacing)

    https://freewebsitetemplates.com/preview/lawfirm/contact.html

    Line
    90. <a href="https://freewebsitetemplates.com/preview/lawfirm/contact.html">Contact</a>
    91. </li>
    92. </ul>
    93. </div>
    94. </div>
    95. <div id="contents">
    96. <div class="clearfix">
    97. <div class="sidebar">
    98. <div>
    99. <h2>Contact Info</h2>
    100. <ul class="contact">
    101. <li>
    102. <p>
    103. <span class="home"></span><em>This is just a place holder.</em> This is just a place holder, so you can see what the site would look like.
    104. </p>
    105. </li>
    106. <li>
    107. <p class="phone">
    108. Phone: (+20) 000 222 999
    109. </p>
    110. </li>
    111. <li>
    112. <p class="fax">
    113. Fax: (+20) 000 222 988
    114. </p>
    115. </li>
    116. <li>
    117. <p class="mail">
    118. Email: info@freewebsitetemplates.com
    119. </p>
    120. </li>
    121. </ul>
    122. </div>
    123. </div>

    Change the phone number - line 108 - to your Law Firm phone number
    Change the email number - line 118 - to your Law Firm email information

    This and other changes you need to "EDIT" should make it work

    hope this helps
    falcon
     
  3. Rosalie

    Rosalie New Member Verified Member

    Thank you so very much, Falcon!!!!
     
  4. Rosalie

    Rosalie New Member Verified Member

    It is the form which doesn't work. It looks rather nice, maybe missing anything?

    </form>
    <input type="submit" value="Send Message">
    <textarea></textarea> <label>Message</label>
    <input type="text" value="">
    <label>Email Address</label>
    <input type="text" value="">
    <label>Last Name</label>
    <input type="text" value="">
    <label>First Name</label>
    <form action="index.html" method="post" class="message">
    </form>