Contact Form

1: Contact Form 1

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

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>

Last updated