Hospa – 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

Hospa contact form:

<div class="form-group">
    <label>Your Message*</label>
    [textarea your-message class:form-control placeholder "Please write your message here"]
</div>

<div class="form-group">
    <label>Name*</label>
    [text your-name class:form-control placeholder "Please enter name"]
</div>

<div class="form-group">
    <label>Email*</label>
    [email your-email class:form-control placeholder "Please enter your email address"]
</div>
<div class="form-group">
    <label>Phone*</label>
    [number your-number class:form-control placeholder "Please enter your phone number"]
</div>

<div class="form-group">
    <label>Website*</label>
    [text your-website class:form-control placeholder "Please enter your website"]
</div>

<div class="form-group">
    [acceptance  gdpr class:gdpr-term ] I agree with the terms.[/acceptance]
</div>

<button type="submit" class="default-btn">
    <i class="ti ti-circle-arrow-right-filled"></i>
    Send Message Now
</button>