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.

Devlet Theme Contact Forms Code:

<div class="row g-4">
    <div class="col-lg-12">
        [text* text-675 class:form-control placeholder "Full Name"]
    </div>
    <div class="col-lg-12">
        [email* email-516 class:form-control placeholder "Email Address"]
    </div>
    <div class="col-lg-12">
        [text* text-44 class:form-control placeholder "Subject"]
    </div>
    <div class="col-lg-12">
        [textarea* textarea-118 class:form-control placeholder] Write Your Message [/textarea*]
    </div>
    <div class="col-lg-12">
        <button type="submit" class="default-btn">Send Message</button>
    </div>
</div>