Cyarb – Theme Documentation

Contact Form

Contact Form

Here is the Contact Form 7 template form for the Contact page.

<div class="row">
    <div class="col-lg-6 col-md-6 col-sm-6">
        <div class="form-group">
            <label>Your Name</label>
            [text* fname class:form-control]
        </div>
    </div>
    <div class="col-lg-6 col-md-6 col-sm-6">
        <div class="form-group">
            <label>Email Address</label>
            [email* email class:form-control]
        </div>
    </div>
    <div class="col-lg-6 col-md-6 col-sm-6">
        <div class="form-group">
            <label>Phone Number</label>
            [text* phone_number class:form-control]
        </div>
    </div>
    <div class="col-lg-6 col-md-6 col-sm-6">
        <div class="form-group">
            <label>Subject</label>
            [text* subject class:form-control]
        </div>
    </div>
    <div class="col-lg-12 col-md-12 col-sm-12">
        <div class="form-group">
            <label>Message...</label>
            [textarea* message rows:4 class:form-control]
        </div>
    </div>
    <div class="col-lg-12 col-md-12 col-sm-12">
        [acceptance acceptance-910] By checking this, you agree to our <a href="https://themes.envytheme.com/cyarb/terms-conditions/">Terms </a> and <a href="https://themes.envytheme.com/cyarb/privacy-policy/">Privacy policy</a> [/acceptance]
    </div>
    <div class="col-lg-12 col-md-12 col-sm-12">
        <button type="submit" class="default-btn"><span>Send Message</span></button>
    </div>
</div>