✨
Chursy
  • Global
    • Install Theme
  • Update Theme/Plugin
    • Automatically Update
    • Manually Update
  • Support Theme
  • Basics
    • Header Settings
    • Footer Settings
    • Create A Page
    • Typography
    • Color
    • Blog
    • Mailchimp
    • Contact Form
    • Translate Words
    • Icons
    • Header Footer Elements
    • Chursy Elements in Elementor
  • Main Features
    • Event
    • Donation
    • Sermon
Powered by GitBook
On this page
  • 1: Contact Form 1
  • 2: Contact Form 2
  1. Basics

Contact Form

PreviousMailchimpNextTranslate Words

Last updated 1 year ago

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>