# Create New Contact Form

Make sure you install and active Contact Form plugin to continue reading.

&#x20;**Step 1** - Log in to your WordPress Dashboard, go to **Contact** > **Add New** .

![](https://blobscdn.gitbook.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-Lq3xPQNvxmsY3y01k2r%2F-LqjNxAvLQm-ZxFEZ64v%2F-LqjQrmaHKpL5UCS2Nbx%2Fimage_2.jpg?alt=media\&token=97dbbd80-6354-47cd-be93-3379c083b3cf)

**Step 2** - **Give a Name to your form** and **change Mail Info**.

* **Form:**&#x20;

![](/files/-MdWaPc_XLQpXT9D8x2J)

```
<p><i class="fa fa-user"></i>[text your-name id:form-name-2 akismet:author placeholder ="John Doe"]</p>
<p><i class="far fa-envelope"></i> [email* your-email id:form-email-2 akismet:author_email placeholder ="john_doe@gmail.com"]</p>
<p class="mb-1">Say something ...</p>
<p>[textarea* your-message x5]</p>
<p><button type="submit" value="Submit"><span>Submit</span></button></p>
```

* **Mail:**&#x20;

![](/files/-MbJzMzSqrfJ5jSG5I_Y)

* **Message** tab. It will show all notice for you.

![](/files/-MaabcLeh1RKMheCTxo4)

And Additional Settings:&#x20;

![](/files/-MaabipK_i4wxmeJOk7C)


---

# Agent Instructions: 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:

```
GET https://wpdocs.gitbook.io/gifymo/settings/contact-page/create-new-contact-form.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
