# Contact Form

## 1: Contact Page

<figure><img src="https://3576907402-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcrAuSUKI6AvBGkZZxszS%2Fuploads%2FuzJwzTfSgg4Ayv6KLYRX%2FScreen%20Shot%202023-08-15%20at%2011.49.56.png?alt=media&#x26;token=36bf81d0-cdf1-44b4-85b7-9c968f48a10e" alt=""><figcaption></figcaption></figure>

Code Form

```
<div class="ova-ctform">

   <div class="two_column">
        <div class="ova_wrap_input">
           [text* your-name placeholder "Full Name"]
        </div>
        <div class="ova_wrap_input">
           [tel* your-phone placeholder "Phone"]
        </div>
   </div>

   <div class="two_column">
        <div class="ova_wrap_input">
           [email* your-email placeholder "Email"]
        </div>
        <div class="ova_wrap_input">
           [tel* your-subject placeholder "Subject"]
        </div>
   </div>

   <div class="ova_wrap_input">
        [textarea your-message placeholder "Message"]
   </div>

   <button type="submit" class="wpcf7-form-control has-spinner wpcf7-submit">Send Message<i class="fas fa-angle-right" aria-hidden="true"></i></button>
</div>
```


---

# 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://ova-themes.gitbook.io/qomfort/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.
