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 mb-15"><label for="name" class="d-block mb-10">Name</label>[text* name class:bg-transparent class:border-one class:h-55 class:w-100 id:name ]
</div>
<div class="form-group mb-15"><label for="email" class="d-block mb-10">Email</label>[email* youremail class:bg-transparent id:email class:border-one class:h-55 class:w-100]
</div>
<div class="form-group mb-15"><label for="msg_subject" class="d-block mb-10">Subject</label>[text* subject class:bg-transparent class:border-one class:h-55 class:w-100 id:msg_subject]
</div>
<div class="form-group mb-15"><label for="message" class="d-block mb-10">Your Message</label>[textarea* message class:g-transparent class:border-one class:h-150 class:resize-0 class:w-100 id:message]
</div>
<div class="form-group mb-25">
<div class="form-check checkbox"><input
name="gridCheck"
value="I agree to the terms and privacy policy."
class="form-check-input"
type="checkbox"
id="gridCheck"
required
><label class="form-check-label" for="gridCheck">I have read and accepted the <a href="#">Terms & Conditions</a> and <a href="#">Privacy Policy</a></label>
</div>
</div>
<button type="submit" class="btn style-three rounded-0 op-1">Send Message</button>