3. Contact form 7

After installing the contact form 7 plugins you have to add some code to create a contact form

Click on contact

then click on add new to create new contact form

After click on add new button copy the code and paste it to create the contact form same as our live demo.

<div class="text-col"> <label> Your Name (required)</label > [text* your-name] </div>
<div class="text-col"> <label> Your Email (required) </label > [email* your-email] </div>
<div class="text-col"> <label> Subject </label > [text your-subject] </div>
<div class="text-area-col"> <label> Your Message </label > [textarea your-message] </div>
[submit "Send"]

Now call the shortcode into the contact page.

After creating contact form add element Contact Form 7 and select your contact form for a display contact form.