✨
HotelFT
  • Requirements for our theme
  • Global
    • Install Theme
      • 1: Download Theme
      • 2: Install Theme
      • 3: Import Demo Date
        • Automatic Import
        • Manual Import
  • Update Theme/Plugin
    • Automatic Update
    • Manual Update
  • Support Theme
  • Basic
    • Theme Options
      • Typography
      • Color
      • Layout
      • Header
      • Footer
      • Blog
      • Site Identity
  • Update Header
  • Update Footer
  • Branch
  • Room
  • Setting
  • Manage Order
  • Check Room
  • Add field to Booking Form
  • Create Manual Order
  • Edit Tab
  • Contact Form
  • Translate Words
  • Find Icons
  • FAQs
    • How to access to checkout page when click "Booking Now" button
Powered by GitBook
On this page

Contact Form

PreviousEdit TabNextTranslate Words

Last updated 3 years ago

You have to insert this code in Form:

<div class="ova-ctfrom7">
 <div class="form-contact">
  <div class="name-info">
   [text first-name placeholder  "First name"]
   [text last-name placeholder  "Last name"]
  </div>
  <div class="email-phone-info">
   [email* your-email placeholder "Enter your email"]
   [tel phone placeholder "Enter your phone number"]
  </div>
  <div class="message-info">
   [textarea message placeholder  "Write your message...."]
  </div>
  <div class="ova-submit">
   [submit placeholder  "Send Message"]
  </div>
 </div>
</div>