# Contact Form

**1: Contact Form**

Front Admin Menu click **Contact >> Add New** and insert code

```
<div class="ireca_contact"> <label>[text*  your-name placeholder "your-name"] </label> <label>[email* your-email placeholder "email@company.com"] </label> <label>[text your-subject placeholder "your-subject"] </label> <label>[textarea your-message placeholder "Your Message"] </label> [submit "Send"] </div>
```

**At Frontend:**

![](/files/-M2I_PT-jU8P_KmG76QH)

**2: Get in touch Form**

Front Admin Menu click **Contact >> Add New** and insert code&#x20;

```
<div class="ireca_get_in_touch"> <h3 class="title">Get in touch</h3> <div class="fields"> <label>[text*  your-name placeholder "your-name"] </label> <label>[email* your-email placeholder "email@company.com"] </label> <label>[text your-subject placeholder "your-subject"] </label> <label>[textarea your-message placeholder "Your Message"] </label> [submit "Send"] </div> </div>
```

**At Frontend:**

![](/files/-M2I_gHeKMkMHvpvuPOS)

**3: Contact Form 7 : For Request Booking**

**Form Tab:**

**Mail Tab: Message Body**

`From: [your-name] <[your-email]>` \
`Subject: Request Booking Vehicle`\
`Message Body:` \
`Product Link: [_post_url]` \
`Name: [your-name]` \
`Email: [your-email]` \
`Phone Number: [your-number]` \
`Address: [your-address]` \
`Pick up location: [your-pickup-location]` \
`Drop-off location: [your-pickoff-location]` \
`Pick up date: [your-pick-up-date]` \
`Drop-off date: [your-pick-off-date]` \
`Extra Service: [extra-resource-value]`

**Mail Tab: Mail 2 - Message Body**

`Message Body:` \
`Product Link: [_post_url]` \
`Name: [your-name]` \
`Email: [your-email]` \
`Phone Number: [your-number]` \
`Address: [your-address]`\
`Pick up location: [your-pickup-location]` \
`Drop-off location: [your-pickoff-location]` \
`Pick up date: [your-pick-up-date]` \
`Drop-off date: [your-pick-off-date]` \
`Extra Service: [extra-resource-value]`


---

# 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://ovatheme.gitbook.io/ireca/basic/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.
