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.

Medak Theme Contact Forms Code:

<div class="form-group"> [text* yourname class:form-control placeholder "First Name"]</div>
<div class="form-group"> [text* yourname class:form-control placeholder "Last Name"]</div>
<div class="form-group"> [email* yrmail class:form-control placeholder "Your Email"]</div>
<div class="form-group">[text* Yourphone class:form-control placeholder "Your Phone"]</div>
<div class="form-group">[text* yorsubject class:form-control placeholder "Subject"] </div>
<div class="form-group">  [textarea subject class:form-control class:textarea placeholder "Message"] </div>
<button type="submit" class="default-btn common rounded-2">Send Message Now <i class="ri-arrow-right-down-line"></i></button>