✨
entox
  • 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
  • Setting
    • WCFM Settings
      • Dashboard
      • Module
      • Marketplace settings
      • GEO Location
      • Order Settings
      • Commission Settings
      • Withdraw settings
      • Payment Settings
      • Shipping Settings
      • Refund Settings
      • Review Settings
      • Vendor Registration settings
      • Store Style Settings
      • Dashboard Settings
      • Dashboard Page settings
      • Menu Manager
      • Notification Settings
      • Email Settings
      • Inquiry Settings
      • Product Type Categories Settings
      • Product Custom Field
    • BRW Settings
  • Admin Feature
    • Manage Product
    • Create Custom Taxonomy
    • Create Custom Checkout Field
    • Create Category
    • Commision
    • Manage Order
    • Manage Booking
    • Manage Vendor
    • Manage Withdraw
    • Manage Refund
    • Manage Capacity
    • Manage Sales
    • Manage Coupon
    • Manage Reviews
  • Vendor/Seller Feature
    • Settings
    • Manage Product
    • Add New Product
    • Manage Media
    • Manage Booking
    • Order
    • Report
    • Payment
    • Refund
    • Add to my store
    • Manage Coupon
    • Manage reviews
  • Contact Form
  • Translate Words
Powered by GitBook
On this page

Contact Form

PreviousManage reviewsNextTranslate 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>