Contact Forms

If you haven’t installed our demo content but want to add a contact form to your website, we recommend using the popular Contact Form 7 plugin.

This plugin is included as a recommended plugin with our theme. Once you install and activate it, a basic contact form will be automatically created. You can place it on your page using Elementor.

Alternatively, you can create a custom form by navigating to:
Dashboard → Contact → Add New

For detailed instructions, refer to the Contact Form 7 Documentation.

Norflo Theme Contact Forms Code:

<div class="form-group">
    <label for="name" 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 for="email" 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 for="message" 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>