GreenMart Theme Documentation
SupportGreenMart DemosBuy GreenMart Now
  • General
    • Requirement
    • Free Support
  • ⌛Installation
    • Download Package
    • Extract Package
    • Installation Theme
      • Theme Installation via WordPress
      • Theme Installation via FTP
    • Installation Plugins
    • Recommended Plugins
  • 🧩Import Sample Data - WPBakery
    • Requirement
    • For a new website
    • For the website available.
    • Reset Data
    • Error or Problem
      • Nothing appeared
      • Page not found
      • Other issues
  • 🧩Import Sample Data - Elementor
    • Requirement
    • For a new website
    • For the website available.
    • Reset Data
    • Error or Problem
      • Nothing appeared
      • Page not found
      • Other issues
  • ⚙️Theme Configuration
    • Set Up Logo
      • Theme Options
      • Header Builder
    • Set Up Menu
    • Set Up Home Page
    • Header Builder Elementor
    • Set Up Footer
    • Configure Blog
    • Slider Revolution
    • Contact Page
    • MailChimp
  • ⚙️Theme Options
    • General
    • Header for WPBakery
    • Header for Elementor
    • Footer
    • Blog
    • WooCommerce
    • Mobile
    • Style for WPBakery
    • Style for Elementor
    • Socials Share
    • Performance
    • Custom CSS/JS
  • 🛒WooCommerce Setting
    • Basic configuration
    • Show Countdown Timer
    • Show Video Product
    • Variable Products
    • Recently Viewed
    • Photo Reviews
    • YITH WooCommerce Brands
    • Notification
    • Frequently Bought Together
    • YITH WooCommerce Wishlist
    • YITH WooCommerce Compare
    • Enable Buy Now
    • Total Sales
    • Catalog Mode
    • WooCommerce Quantity Mode
    • Category Image and Description
    • Quantity on Mini-Cart
    • Free Shipping on Mini-Cart
    • Product's image size?
  • ⚙️Elementor Setting‎
    • Header Builder
    • GreenMart Elements
    • Some special Elements
    • Elementor Settings
    • Set Up Home Page
    • Create a Footer
  • 🛠️WPBakery Page Builder
    • Tbay Element
    • Custom post types
    • How to update?
  • ⚙️Child Theme
  • 🌐Translations
    • Loco Translate
    • WPML Plugin
    • Weglot Translate
  • 🚀Optimization
  • ⏰Update Greenmart Theme
  • 💡FAQs
    • Can't edit the product
    • Product's image size?
    • Enable the Registration Form
  • 📝Changelog
  • 📺Youtube Tutorial
Powered by GitBook
On this page
  • 1. Create a Contact Form
  • 2. Create a Contact Page

Was this helpful?

  1. Theme Configuration

Contact Page

We use the Contact Form 7 plugin

PreviousSlider RevolutionNextMailChimp

Last updated 1 year ago

Was this helpful?

1. Create a Contact Form

Use this plugin to make the contact form on the contact page. Navigate to Contact - Contact Forms, there is a form named Contact Form 1, if you want to create a new form, click on the Add New button.

Click on the form title to edit the form, copy this code, and paste it into the Form box:

  1. Contact form Code for demo WPBakery

<p><span class="fa fa-user"></span> [text* your-name placeholder "Name"] </p>
 
<p><span class="fa fa-envelope"></span>[email* your-email placeholder "Email"] </p>
 
<p><span class="fa fa-pencil"></span>[textarea your-message placeholder "Message"] </p>
 
<p style="text-align:right;"></span>[submit "Send"]</p>// Some code

  1. Contact form Code for demo Elementor

<div class="form-horizontal row">
    <div class="col-12">[text* text-59 placeholder "Name*"]</div>
    <div class="col-12">[email* email-191 placeholder "Email*"]</div>
    <div class="col-12">[text* text-590 placeholder "Subject"]</div>
    <div class="col-12">[textarea textarea-838 placeholder "Message*"]</div>
    <div class="col-12">[submit "Submit question"]</div>
</div>

2. Create a Contact Page

  1. Contact page for demo WPBakery

  1. Contact page for demo Elementor

⚙️