# Contact Form

## 1: Contact Form 1

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

Code Form

```
<div class="ova-ctform7">
     <div class="two-column">
        <div class="name ova_wrap_input">
           [text* your-name placeholder "Your Name"]
        </div>
        <div class="email ova_wrap_input">
           [email* your-email placeholder "Email Adress"]
        </div>
     </div>

     <div class="two-column">
        <div class="phone ova_wrap_input">
           [tel* your-phone placeholder "Phone"]
        </div>
        <div class="subject ova_wrap_input">
           [text* Subject placeholder "Subject"]
        </div>
     </div>

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

     <div class="ova-submit">
       [submit placeholder  "Send a 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/aovis/basics/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.
