Logo Logo
Result
  • Home
  • agri wealth agri wealth app bill pay app bullion bwall wp theme chaincity chaincity app coinectra dinehaus docfinder booking template app docfinder consultation template app etrendz ex rate finounce foody friend gamers arena gamers arena app gear fixer groomify hyip pro hyip pro app ico genie lens queen list place list place app list place template app mine stack next destina pay secure pay secure app ptc pro restaurant smm matrix swift send travel advaizar waiz zylochat
  • Get Support
  • Preview Demo
Logo Logo
  • Documentation
  • Introduction
  • Screenshot
  • Prologue
  • Release Notes
  • Upgrade Guide
  • Getting started
    • Theme Requirements
    • WordPress Information
    • Theme Installation
    • Plugin Installation
    • Demo Installation
  • Pages
    • How To Create A New Page
    • Use Elementor To Build Page
    • How to Change Page Title
  • Site Configuration
    • Logo & Page Title
    • Header Topbar and Footer
    • Navigation & Menus
  • Contact From
    • Contact Form
  • Post
    • How to Create a Post
    • How to Create a Category
  • Widget
    • How to Add Widget in Sidebar
    • How to Edit Widget
  • Elementor Widget
    • Elementor Hero Widget
    • Elementor About Widget
    • Elementor Testimonial Widget
    • Elementor Service Widget

Contact Form Setup

Overflow comes with integrated support for the Contact Form 7 plugin:

Contact Page Form

                      
                        <div class="contact-input-field">
                          [text* your-name class:contact-input placeholder "Your Full Name"]
                          <i class="fa-thin fa-file-pen"></i>
                        </div>
                        <div class="contact-input-field">
                          [email* your-email class:contact-input placeholder "Enter E-Mail"]
                          <i class="fa-thin fa-envelope"></i>
                        </div>
                        <div class="contact-input-field">
                          [text* your-subject class:contact-input placeholder "Enter Subject"]
                          <i class="fa-thin fa-file-pen"></i>
                        </div>
                        [textarea* your-message class:contact-input placeholder "Write Message"]
                        <div class="checkbox-input">
                          <label>* All fields are required field.</label>
                        </div>
                        <button type="submit" class="btn-1"> Send Message <span></span></button>
                      
                    
Copy

Home Page 1 Form

                      
                        <div class="form-group">
                          [text* your-name class:cmn-input placeholder "Full Name"]
                          [email* your-email class:cmn-input placeholder "Your Email"]
                        </div>
                        <div class="form-group">
                          [tel* your-phone class:cmn-input placeholder "Phone Number"]
                          [text* your-subject class:cmn-input placeholder "Subject"]
                        </div>
                        <div class="form-group">
                          [textarea* your-message class:cmn-input placeholder "Message"]
                        </div>
                        <button type="submit" class="btn-1">Send Message <i class="fa-sharp fa-regular fa-arrow-up-right"></i> <span></span></button>
                      
                    
Copy