📝
Editech
  • Introduction
  • Support
  • get-started
    • Requirements
    • What’s Included?
  • download-and-installation
    • Download
    • Install Theme and Active
    • Plugins installation
    • One Click To Import Demo
  • Content management
    • Homepage
      • Create New Home Page with Elementor
      • Slider Revolution
      • Edit Elements
      • Settings for Homepage
    • MainMenu
      • Create New Menu
      • Manage All Menu
    • Header
      • Edit Header
      • Create New Header with Elementor
    • Footer
    • Blog
      • Add New Post
      • Add Blog on Homepage
      • Blog Post Layouts
    • Portfolio
      • Create New Portfolio
      • Portfolio Layouts
      • Portfolio Sidebar
    • Newsletter
    • Contact Page
    • Template
  • Sidebar And Widgets
    • Widget Sidebar
      • Blog & Single Post Sidebar
      • Portfolio Layouts
  • Setting
    • Customize
      • Typography
      • Color
      • Layout
      • Blog
      • Portfolio
      • Header
      • Footer
      • Socials
      • Maintenance
      • Site Identity
      • Color
      • Header Image
      • Menus
      • Widgets
      • Homepage Settings
      • Additional CSS
    • Plugin Breadcrumb navXT
    • Elementor config
  • Faqs
    • How long time get Support
    • How To Submit Ticket
    • Frequently Asked Questions
      • I can not import demos. How can i do?
      • Missing Slider on Homepage when Importing demo. How can I do?
  • Recommendation
    • Optimize WordPress
    • Translation
Powered by GitBook
On this page

Was this helpful?

  1. Content management

Contact Page

PreviousNewsletterNextTemplate

Last updated 4 years ago

Was this helpful?

1. Create Contact Form.

Make sure you install and active Contact Form 7 plugin to continue reading.

Step 1 - Log in to your WordPress Dashboard, go to Contact > Add New

Step 2 - Give a Name to your form and change Mail Info

Step 3 - Edit Messages field to change the Form Layout

2. Create Contact Page

Step 1 - Log in to your WordPress Administration Panel (Dashboard). Step 2 - Click on Pages > Add New. Step 3 - Give your page a name then click button "Edit with Elementor " ( you need to have the Elementor plugin activated ). Step 4 - Click on the Add Element button

Step 5 - Select the Contact Form 7 element.

Step 6 - The Contact Form 7 Settings should appear. Select the Form you want to use you can also customize the Color and change the fields layout and button design Step 7 - Update / Publish your page .

Contact-form1:

<div class="row">

<div class="col-md-6">
<p>
[text your-name id:form-name-2 akismet:author placeholder ="Your Name *"]
</p>
</div>

<div class="col-md-6">
<p>
[number your-phone id:form-phone-2 placeholder ="Phone Number *"]
</p>
</div>

<div class="col-md-6">
<p class="mb-4">
[email* your-email id:form-email-2 akismet:author_email placeholder ="Email Address *"]
</p>
</div>

<div class="col-md-6">
<p>
[text your-subject placeholder ="Subject"]
</p>
</div>

<div class="col-md-12">
<p>
[textarea* your-message x4 "Message *"]
</p>
</div>

</div>
<button type="submit" value="Submit"><span>send message</span><i class="opal-icon-arrow-right" aria-hidden="true"></i></button>