Add Contact Forms

The theme has Contact Form 7 support. To create a form, follow the steps below.


Create the form

  1. Navigate to Dashboard > Contact > Add New
  2. Enter a title for the form (it won’t be shown, just for administration purposes)
  3. Delete the content in the Form area, and add the following and click Save
<div class="row">
  <div class="col-md-6 mb-3">
    [text* your-name placeholder "Name"]
  </div>
  <div class="col-md-6 mb-3">
    [email* your-email placeholder "Email"]
  </div>
</div>

[text your-subject placeholder "Subject"]

[textarea* your-message placeholder "Message"]

[submit "Submit"]

Set up mail

  1. On the same page, click on the Mail tab
  2. Enter your email address in the To field (this is where you will receive emails)
  3. Modify the mail Subject if you wish
  4. Click Save and your form is ready to go!

Include the form

To include the form somewhere around your site, you will have to use the shortcode of the form. To get the shortcode, navigate to Dashboard > Contact and copy the shortcode of the form you wish to include.

Then, in the Elementor builder, drag a Shortcode widget to the content area, and paste the form shortcode we just copied in the previous step.