✨
aovis
  • Global
    • Install Theme
  • Update Theme/Plugin
    • Automatic Update
    • Manual Update
  • Support Theme
  • Basics
    • Header Settings
    • Footer Settings
    • Create A Page
    • Typography
    • Color
    • Blog
    • Mailchimp
    • Contact Form
    • Translation
    • Icons
    • Header Footer Elements
    • Aovis Elements in Elementor
  • Movie
    • READ FIRST
    • Manage Movie
    • Manage Room
    • Manage Showtime
    • Setup movie ticket booking process
    • Manage Bookings
    • Manage Tickets
    • Manage Cast
    • Settings
  • Events
    • Page 1
    • Settings
    • Category
    • Event
  • Scan QR Code
    • READ FIRST
    • Application
    • Website
Powered by GitBook
On this page
  1. Basics

Contact Form

PreviousMailchimpNextTranslation

Last updated 8 months ago

1: Contact Form 1

Code Form

<div class="ova-ctform7">
     <div class="two-column">
        <div class="name ova_wrap_input">
           [text* your-name placeholder "Your Name"]
        </div>
        <div class="email ova_wrap_input">
           [email* your-email placeholder "Email Adress"]
        </div>
     </div>

     <div class="two-column">
        <div class="phone ova_wrap_input">
           [tel* your-phone placeholder "Phone"]
        </div>
        <div class="subject ova_wrap_input">
           [text* Subject placeholder "Subject"]
        </div>
     </div>

     <div class="message ova_wrap_input">
        [textarea* your-message placeholder "Write a Comment"]
     </div>

     <div class="ova-submit">
       [submit placeholder  "Send a Message"]
     </div>
</div>