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.
<div class="row mb-4">
<div class="col-lg-6 col-md-6">
[text text-709 class:form-control class:rounded-pill placeholder "Name"]
</div>
<div class="col-lg-6 col-md-6">
[email* email class:form-control class:rounded-pill placeholder "Email"]
</div>
<div class="col-lg-6 col-md-6">
[number* number-84 class:form-control class:rounded-pill "886759859959"]
</div>
<div class="col-lg-6 col-md-6">
[text* text-82 class:form-control class:rounded-pill placeholder "Subject"]
</div>
<div class="col-lg-12 col-md-12">
[textarea* textarea-906 class:form-control class:textarea placeholder] Message [/textarea*]
</div>
</div>
<div class="d-btn">
<button type="button" class="con-btn">
<span class="btn-text"> Send Message </span>
<span class="btn-right-i"><i class="midzoicon-right-arrow-1"></i></span>
</button>
</div>