# Contact Form

## 1: Contact Form 1

<figure><img src="https://4286542891-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBH3g5roXjJQZqIBAqM6G%2Fuploads%2Fdpeyqe7uC48Hwnx4BGgW%2FScreen%20Shot%202023-09-18%20at%2015.49.08.png?alt=media&#x26;token=950cbc13-7a6f-4565-9eaa-49525e42fcb6" 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="https://4286542891-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBH3g5roXjJQZqIBAqM6G%2Fuploads%2Fv2biNbDIdzcz0G0p3LmK%2FScreen%20Shot%202023-09-18%20at%2015.50.18.png?alt=media&#x26;token=73118181-55c2-4c28-88fa-152326895aec" 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>
```
