Favy – 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-12">
            <div class="form-group">
                <label>Name</label>
                [text* uname class:form-control]
            </div>
        </div>

        <div class="col-lg-6 col-md-12">
            <div class="form-group">
                <label>Email address</label>
                [email* uemail class:form-control]
            </div>
        </div>

        <div class="col-lg-12 col-md-12">
            <div class="form-group">
                <label>Subject</label>
                [text* usubject class:form-control]
            </div>
        </div>

        <div class="col-lg-12 col-md-12">
            <div class="form-group">
                <label>Message</label>
                [textarea* your-message rows:5 class:form-control]
            </div>
        </div>

        <div class="col-lg-12 col-md-12">
            [acceptance  gdpr class:gdpr-term ] <a href="https://themes.envytheme.com/favy/terms-condition">Terms</a> and <a href="https://themes.envytheme.com/favy/privacy-policy">Privacy policy</a>.[/acceptance]
        </div>

        <div class="col-lg-12 col-md-12">
            <button type="submit" class="default-btn">
                Send message
                <span></span>
            </button>
        </div>
    </div>