✨
tripgo
  • Global
    • Install Theme
  • Update Theme/Plugin
    • Automatic Update
    • Manual Update
  • Support Theme
  • Basic
    • Header Settings
    • Footer Settings
    • Create A Page
    • Typography
    • Color
    • Blog
    • ReviewX
    • WooCommerce
    • Additional CSS
    • Header Footer Elements
    • Tripgo Elements in Elementor
  • Destination
    • Settings
    • Create Destination Category
    • Create Destination
    • Destination Elements
  • Tour
    • Create Tour
    • Create Category
    • Custom Taxonomy
    • Custom Checkout Field
    • Create Manual Order
    • Manage Order
    • Check Tour
    • Build Product template in Elementor
    • Deposit Feature
    • Insurance Feature
    • Settings
    • Tour Elements in Elementors
  • Event
    • Create Event
    • Create Event Categories
    • Create Tags
    • Event Settings
    • Event Elements in Elementor
  • Other Settings
    • Google Map
    • Mega Menu
    • Mailchimp
    • Contact Form
    • Translation
    • Icons
  • FAQs
    • Create Cart and Checkout Page
    • How to access to checkout page when click "Booking Now" button
    • How to create Multiple Currency
    • How to change check-out in Booking Form
    • How to setup Tax in product
    • Enable Register User Form
    • Hide Scroll To Page
Powered by GitBook
On this page
  1. Other Settings

Contact Form

PreviousMailchimpNextTranslation

Last updated 11 months ago

1: Contact Form 1

Code Form

<div class="ova-wpcf7 ova-contact-page">
    <div class="text-email">
        <div class="ova-text">[text* your-name class:name  placeholder "Name *"]</div>
        <div class="ova-email">[email* your-email class:email  placeholder "Email *"]</div>   
    </div>
    <div class="ova-subject">[text your-subject class:subject  placeholder "Subject"]</div>
    <div class="ova-textarea">[textarea your-message class:comment  placeholder "Comment"]</div>
    <div class="ova-submit ova-contact-submit">
    <button type="submit" class="wpcf7-form-control has-spinner wpcf7-submit"><span>Submit</span></button>
    </div>
</div>