> For the complete documentation index, see [llms.txt](https://thembay-docs.gitbook.io/greenmart/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://thembay-docs.gitbook.io/greenmart/theme-configuration/contact-page.md).

# Contact Page

### <mark style="color:purple;">**1. Create a Contact Form**</mark>

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:

{% hint style="info" %}

1. **Contact form  Code for demo WPBakery**
   {% endhint %}

```
<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
```

<figure><img src="/files/EOzfJxRwq6PtiqFan6Uk" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
2\. **Contact form  Code for demo Elementor**
{% endhint %}

```
<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>
```

<figure><img src="/files/omyHGnh8JpPr17QoVhpR" alt=""><figcaption></figcaption></figure>

### <mark style="color:purple;">**2. Create a Contact Page**</mark>

{% hint style="info" %}

1. **Contact page for demo WPBakery**
   {% endhint %}

<figure><img src="/files/2NqxJrHi8rrqKcU3U6tN" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/NAbXGWWNafSAqggtNun0" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/sEjFr5YI2wPm6fZH5131" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/MhXRr0XrAlJQSXNgCsff" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/DG5TtcYQSnlBYiV2n0ZR" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/5bUbP2PMcCtz20UPuP7D" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
2\. **Contact page for demo Elementor**
{% endhint %}

<figure><img src="/files/2NqxJrHi8rrqKcU3U6tN" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/ayTVUgBstbTJZx5seXRT" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/oZC9Rw6Sznrupkwse4Wa" alt=""><figcaption></figcaption></figure>
