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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://thembay-docs.gitbook.io/greenmart/theme-configuration/contact-page.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
