# Contact Form

## 1: Contact Page

<figure><img src="/files/mcJd165keW6eayodjcyV" 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="service ova_wrap_input">
           [text* Service placeholder "Service Type"]
        </div>
        <div class="phone ova_wrap_input">
           [tel* your-phone placeholder "Phone"]
        </div>
     </div>

     <div class="message ova_wrap_input">
        [textarea your-message placeholder "Enter Your Messege Here"]
     </div>

     <div class="ova-submit">
       [submit placeholder  "Send Message"]
     </div>
</div>
```

## 2: Contact Home 3

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

Code form

```
<div class="ova-ctform7 home-3">
     <div class="two-column">
        <div class="name ova_wrap_input">
           [text* your-name placeholder "Your Name"]
        </div>
        <div class="phone ova_wrap_input">
           [tel* your-phone placeholder "Phone Number"]
        </div>
     </div>
   
     <div class="two-column">
          <div class="email ova_wrap_input">
           [email* your-email placeholder "Email*"]
        </div>
        <div class="reserve ova_wrap_input">
           [text* reserve placeholder "Reserve Type"]
        </div>
     </div>

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

     <div class="ova-submit">
       [submit placeholder  "Submit"]
     </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/nighty/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.
