Contact Page

To create Contacts Form, please do the following:

  1. Go to Dashboard > Contact > Contact Forms > Add New.

  2. Enter form name, for example "Contact Form"

  3. In the tab "Form" you can use default form layout or enter this code lines:

    <div class="group-val">
    	<div class="label">Full name <strong>*</strong></div>
            [text* your-name placeholder "ej.: Genoveva Lian Hullt"]
    </div>
    <div class="group-val">
    	<div class="label">Email address <strong>*</strong></div>
            [email* your-email placeholder "example@domain.com"]
    </div>
    <div class="group-val">
    	<div class="label">Message <strong>*</strong></div>
    	[textarea* your-message placeholder "To Write"]
    </div>
    <div class="group-bts">
    	<button type="submit" class="btn"><span class="animated-button"><span>Send Message</span></span><i class="icon fas fa-chevron-right"></i></button>
    </div>

  4. In the tab "Mail", enter this your email address.

  5. Save Changes.

To insert Contact form to page, please do the following:

  1. Go to Dashboard > Pages > Contact. Click to "Edit with Elementor" button.

  2. In Elementor widget "Contact Form" in Form field, select your created CF7 form.

Last updated