> For the complete documentation index, see [llms.txt](https://ova-themes.gitbook.io/aovis/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ova-themes.gitbook.io/aovis/basics/contact-form.md).

# Contact Form

## 1: Contact Form 1

<figure><img src="https://2378307249-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0hrVNrJA5xnVtB6FlF7I%2Fuploads%2F5h4FiqeZdjTGOmMvhU2C%2FScreen%20Shot%202023-04-04%20at%2011.30.37.png?alt=media&amp;token=3f73d32b-5fca-4f37-b3a8-00dbb5c551da" 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>
```
