# Contact Form

## 1: Contact Form 1

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

Code Form

```
<div class="ova-ctform7">
     <div class="name ova_wrap_input">
         [text* your-name placeholder "Full Name"]
     </div>

     <div class="email ova_wrap_input">
           [email* your-email placeholder "Email Address"]
     </div>

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

     <div class="ova-submit">
       [submit placeholder  "Send Message"]
     </div>
</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/vedhak/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.
