To create Contacts Form, please do the following:
Go to Dashboard > Contact > Contact Forms > Add New.
Enter form name, for example "Contact Form"
In the tab "Form" you can use default form layout or enter this code lines:
<div class="qrt-contact-form">
<div class="row">
<div class="col-lg-6">
<div class="qrt-form-field">
[text* your-name class:qrt-input placeholder "Name"]
<label><i class="fas fa-user"></i></label>
</div>
</div>
<div class="col-lg-6">
<div class="qrt-form-field">
[email* your-email class:qrt-input placeholder "Email"]
<label><i class="fas fa-at"></i></label>
</div>
</div>
<div class="col-lg-12">
<div class="qrt-form-field">
[textarea* your-message class:qrt-input placeholder "Message"]
<label><i class="far fa-envelope"></i></label>
</div>
</div>
<div class="col-md-6">
<div class="qrt-mb-20">We promise not to disclose your personal information to third parties.</div>
</div>
<div class="col-md-6">
<div class="qrt-submit-frame qrt-text-right qrt-sm-text-left qrt-mb-40">
<button class="qrt-btn qrt-btn-md qrt-btn-color qrt-cursor-scale" type="submit"><span>Send message</span></button>
</div>
</div>
</div>
</div>
In the tab "Mail", enter this your email address.
To insert Contact form to page, please do the following:
Go to Dashboard > Pages > Add New.
In the tab "Page Attributes" > "Template", select "Layout builder (Elementor)". In the tab "Publish" click to "Publish" button.
Click to "Edit with Elementor" button.
n Elementor builder panel drag and drop "Quarty Theme" elements: "Intro", "Contact Info", "Contact Form", "Map" and more.
(Video instructions below):