# Contact Form

## 1: Contact Form 1

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

Code Form

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

     <div class="ova_wrap_input">
          <label><span class="label">Your name*</span>[text* your-name placeholder "Your name"] </label>
     </div>
     <div class="ova_wrap_input">
           <label><span class="label">Your email*</span>[email* your-email  placeholder "Email address"]</label>
    </div>

   <div class="ova_wrap_input">
          <label><span class="label">Message*</span> [textarea your-message id:your-message placeholder "Type your message here"]</label>
   </div>
   
  <div class="ova_wrap_submit">
           [acceptance acceptance-794 optional] I agree with Terms of Use and Privacy Policy. [/acceptance]
          <button type="submit" class="wpcf7-form-control has-spinner wpcf7-submit" aria-label="Send Message">Send Message<i class="surancy-arrow-right" aria-hidden="true"></i></button>
  </div>

</div>
```

## 2: Contact Form 2

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

Code form

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

     <div class="ova_wrap_input">
          <label><span class="label no-margin">Name</span>[text* your-name placeholder "Your name"] </label>
     </div>
     <div class="ova_wrap_input">
           <label><span class="label no-margin">Email</span>[email* your-email  placeholder "Email address"]</label>
    </div>

   <div class="ova_wrap_input">
          <label><span class="label no-margin">Message</span> [textarea your-message id:your-message placeholder "Type your message here"]</label>
   </div>
   
   <div class="ova_wrap_input">
           [acceptance acceptance-794 optional] I agree with Terms of Use and Privacy Policy. [/acceptance]
   </div>

   <button type="submit" class="wpcf7-form-control has-spinner wpcf7-submit" aria-label="Send Message">Contact with us Now<i class="surancy-arrow-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/chursy/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.
