Contact Page

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>

Last updated