Osler – Theme Documentation

Contact Form

Contact Form

Here is the Contact Form 7 template and source code for the Contact form.

To edit this form go to Contact> then edit your targeted form

<div class="row">
    <div class="col-lg-6 col-md-6"> 
         <div class="form-group">
              <label>Name*</label>
              [text* uname class:form-control placeholder "Name"]
         </div>
    </div>
    <div class="col-lg-6 col-md-6"> 
        <div class="form-group">
            <label>Email*</label>
            [email* email class:form-control placeholder "Email"]
        </div>
    </div>
    <div class="col-lg-12 col-md-12"> 
        <div class="form-group">
            <label>Phone*</label>
            [text* phone class:form-control placeholder "Phone Number"]
        </div>
    </div>
    <div class="col-lg-12 col-md-12"> 
         <div class="form-group">
             <label>Message*</label>
             [textarea* umessage rows:5 class:form-control placeholder "Message"]
        </div>
    </div>

        [acceptance acceptance-910] By checking this, you agree to our <a href="https://themes.envytheme.com/osler/terms-conditions/">Terms </a> and <a href="https://themes.envytheme.com/osler/privacy-policy/">Privacy policy</a> [/acceptance]
    <div class="col-lg-12 col-md-12">
        <button type="submit" class="btn btn-primary">Send Message</button>
     </div>
</div>