✨
prooty
  • Global
    • Install Theme
  • Update Theme/Plugin
    • Automatically Update
    • Manually Update
  • Support Theme
  • Basic
  • Header Settings
  • Footer Settings
  • Create A Page
  • Typography
  • Color
  • Blog
  • Mailchimp
  • Contact Form
  • Translate Words
  • Icons
  • Header Footer Settings
  • Prooty Elements in Elementor
  • Main Features
    • Apartments
    • Image Map
    • Use Tab
Powered by GitBook
On this page

Contact Form

PreviousMailchimpNextTranslate Words

Last updated 2 years ago

1: Contact Form 1

Code Form

<div class="ova-ctform7">
  <div class="form-contact-us">
     <div class="name-info ova_wrap_input">
       [text* fullname placeholder "Your name"]
     </div>
     <div class="email ova_wrap_input">
       [email* your-email placeholder "Email adress"]
     </div>
     <div class="phone ova_wrap_input">
       [tel* your-phone placeholder "Phone number"]
    </div>
  <div class="message ova_wrap_input">
       [textarea* your-message placeholder "Write a message"]
  </div>
  <div class="ova-submit">
     [submit placeholder  "Send a message"]
  </div>
 </div>
</div>