✨
Retirio
  • 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 Elements
  • Retirio Elements in Elementor
  • Main Features
    • Service
    • Team
    • Project
Powered by GitBook
On this page

Contact Form

PreviousMailchimpNextTranslate Words

Last updated 2 years ago

1: Contact Form 1

Code Form

<div class="ova-wpcf7 contact-form ">
    
    <div class="ova-text">[text* your-name class:name  placeholder "Your name"]</div>
    <div class="ova-email">[email* your-email class:email  placeholder "Email address"] </div>
    <div class="ova-phone">[tel* tel-780 class:phone placeholder "Phone Number"] </div>
    <div class="ova-textarea">
       [textarea your-message class:message  placeholder "Write a message"]
    </div>
    <div class="ova-submit">
      <button type="submit" class="wpcf7-form-control has-spinner wpcf7-submit"><span>Send a Message</span></button>
    </div>
</div>