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="form-group">
[text* name class:form-control placeholder "Your Name"]
</div>
<div class="form-group">
[email* email class:form-control placeholder "Email"]
</div>
<div class="form-group">
[text* subject class:form-control placeholder "Subject"]
</div>
<div class="form-group">
[text* Telephone class:form-control placeholder "Tel. No"]
</div>
<div class="form-group">
[textarea* message class:form-control "Your Message"]
</div>
<button type="submit" class="default-btn">Send Message <i class='bx bxs-plus-circle'></i></button>