✨
qomfort
  • Global
    • Install Theme
  • Update Theme/Plugin
    • Automatic Update
    • Manual Update
  • Support Theme
  • Header Settings
  • Footer Settings
  • Create A Page
  • Typography
  • Color
  • Blog
  • Mailchimp
  • Contact Form
  • Translate Words
  • Icons
  • Header Footer Elements
  • Qomfort Elements in Elementor
  • Room
    • Change Slug to Room
    • Create Room
    • Custom Checkout Field
    • Manage Order
    • Create Manual Order
    • Check available Room
    • Settings
    • Build Room Template
    • Room Elements in Elementor
    • Room Detail Template Elements
  • How to access to checkout page when click "Booking Now" button
Powered by GitBook
On this page

Contact Form

PreviousMailchimpNextTranslate Words

Last updated 1 year ago

1: Contact Page

Code Form

<div class="ova-ctform">

   <div class="two_column">
        <div class="ova_wrap_input">
           [text* your-name placeholder "Full Name"]
        </div>
        <div class="ova_wrap_input">
           [tel* your-phone placeholder "Phone"]
        </div>
   </div>

   <div class="two_column">
        <div class="ova_wrap_input">
           [email* your-email placeholder "Email"]
        </div>
        <div class="ova_wrap_input">
           [tel* your-subject placeholder "Subject"]
        </div>
   </div>

   <div class="ova_wrap_input">
        [textarea your-message placeholder "Message"]
   </div>

   <button type="submit" class="wpcf7-form-control has-spinner wpcf7-submit">Send Message<i class="fas fa-angle-right" aria-hidden="true"></i></button>
</div>