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="contact-form">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-12">
<div class="form-group">
[text* Fname class:form-control placeholder "Your name"]
</div>
</div>
<div class="col-lg-6 col-md-12">
<div class="form-group">
[email* uemail class:form-control placeholder "Your email"]
</div>
</div>
<div class="col-lg-12 col-md-12">
<div class="form-group">
[text* Subject class:form-control placeholder "Your subject"]
</div>
</div>
<div class="col-lg-12 col-md-12">
<div class="form-group">
[textarea message class:form-control placeholder "Your message"]
</div>
</div>
<div class="col-lg-12 col-md-12">
[acceptance acceptance-737] By checking this, you agree to our <a href="https://themes.envytheme.com/milian/terms-conditions/">Terms </a> and <a href="https://themes.envytheme.com/milian/privacy-policy/">Privacy policy</a> [/acceptance]
</div>
<div class="col-lg-12 col-md-12">
<button type="submit">Send Message</button>
</div>
</div>
</div>
</div>