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

Clada contact form:

<div class="form-group">
<label class="d-block text_secondary">Your Name</label>[text* your-name class:bg-white class:h-56 class:w-100 class:fs-15 class:round-15 placeholder "Enter Your Name*"]<i class="ri-user-3-line"></i>
</div>
<div class="form-group">
<label class="d-block text_secondary">Email Address</label>[email* your-email class:bg-white class:h-56 class:w-100 class:fs-15 class:round-10 placeholder "Enter Your Email*"]<i class="ri-mail-line"></i>
</div>
<div class="form-group">
<label class="d-block text_secondary">Your Messgae</label>[textarea your-message class:bg-white class:h-56 class:w-100 class:fs-15 class:round-10 rows:10 cols:30 placeholder "Enter Your Message"]<i class="ri-message-2-line"></i>
</div>
<div class="form-acceptance"> [acceptance gdpr class:gdpr-term ]Accept <a href="https://themes.envytheme.com/clada/terms-conditions/">Terms Of Service</a> and <a href="https://themes.envytheme.com/clada/privacy-policy/">Privacy Policy</a>.[/acceptance]</div>

<button type="submit" class="btn style-two mt-4">SEND MESSAGE</button>