✨
remons
  • Global
    • Install Theme
    • Update Theme/Plugin
      • Automatic Update
      • Manual Update
  • Support Theme
  • Basic
    • Header Settings
    • Footer Settings
    • Create A Page
    • Mailchimp
    • Contact Form
    • Translate Words
    • Icons
    • Layout
    • Color
    • Blog
    • WooCommerce
    • Typography
  • Main Features
    • Elements in Elementor
      • BRW
      • Remons
        • Product List
        • Category Filter Slider
        • Ajax Quick Booking
        • Category Thumbnail Grid
        • Category Thumbnail Slider
        • Category Thumbnail 2
        • Product Search Ajax
        • Product Search
        • Product Slider 2
        • Latest Products
        • Gallery Filter
        • Gallery Service
        • Offer Service
        • Ova Animated Headline
        • Blog Slider
        • Blog
        • Contact Info
        • Counter List
        • Ova Counter
        • Ova heading
        • Ova Icon Box
        • Ova Icon Box 2
        • Image Gallery
        • Images Slider
        • Latest Posts
        • My Account Button
        • Our Team
        • Progress Circle
        • Scroll Bar
        • Search
        • Switch Language
        • Ova Testimonial
        • Ova Testimonial 2
        • Ova Testimonial 3
        • Ova Video
        • Vertical Slider
        • Working Process
      • Header Footer
        • Header Banner
        • Logo
        • Menu Canvas
        • Menu
        • Menu Cart
        • Search Popup
    • BRW Plugin Documentation
  • FAQs
    • Edit [remons-elementor-template id="1"]
Powered by GitBook
On this page
  1. Basic

Contact Form

PreviousMailchimpNextTranslate Words

Last updated 2 months ago

1: Contact Page

Code Form

<div class="ova-ctform ova-contact-form">

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

   <div class="two_column">
        <div class="ova_wrap_input">
            <label><span class="visuallyhidden">Subject</span>[text* your-subject placeholder "Subject"] </label>
        </div>
        <div class="ova_wrap_input">
           <label><span class="visuallyhidden">Your phone</span>[tel* your-phone placeholder "Phone"]</label>
        </div>
   </div>

   <div class="ova_wrap_input">
          <label><span class="visuallyhidden">Your message</span> [textarea your-message id:your-message placeholder "Write a Message"]</label>
   </div>

   <button type="submit" class="wpcf7-form-control has-spinner wpcf7-submit" aria-label="Send a Message">Send a Message</button>
</div>