Contact Forms

To create/edit Contacts Form, please do the following:

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

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

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

    <div class="row align-items-center">
       <div class="col-lg-6 mil-up">
          [text* cf_name placeholder "What's your name"]
       </div>
       <div class="col-lg-6 mil-up">
          [email* cf_email placeholder "Your Email"]
       </div>
       <div class="col-lg-12 mil-up">
          [textarea* cf_text placeholder "Tell us about our project"]
       </div>
       <div class="col-lg-8">
          <p class="mil-up mil-mb-30"><span class="mil-accent">*</span> We promise not to disclose your personal information to third parties.</p>
       </div>
       <div class="col-lg-4">
          <div class="mil-adaptive-right mil-up mil-mb-30">
             <button type="submit" class="mil-btn mil-sm-btn">
                <span>Send message</span>
             </button>
          </div>
       </div>
    </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 Us > Edit Page.

  2. In the tab "Page Attributes" > "Template", select "Layout Builder (Elementor)". In the tab "Publish" click to "Publish" button.

  3. Click to "Edit with Elementor" button.

  4. In Elementor builder panel drag and drop "Lettery Theme" use widget: "Contact Form 7".

Last updated