Filqa – Theme Documentation

Contact form

Contact form

Here is the Contact Form 7 template and source code for the Contact form.

To edit this form go to Contact> then edit your targeted form

<div class="row">
    <div class="col-md-6">
        <div class="form-group">
             [text* uname class:form-control placeholder "Your Name"]
         </div>
     </div>
                                    
     <div class="col-md-6">
         <div class="form-group">
              [email* email class:form-control placeholder "Your Email"]
         </div>
     </div>
                                    
     <div class="col-md-6">
         <div class="form-group">
              [number* number-807 class:form-control placeholder "Phone Number"]
         </div>
     </div>

     <div class="col-md-6">
        <div class="form-group">
             [text* subject class:form-control placeholder "Your Subject"]
         </div>
     </div>
                                    
     <div class="col-lg-12 col-md-12">
          <div class="form-group">
               [textarea* message rows:5 class:form-control placeholder "Write Message"]
          </div>
     </div>
      <div class="col-lg-12">
          [acceptance acceptance-910] By checking this, you agree to our <a href="https://themes.envytheme.com/filqa/terms-conditions/">Terms </a> and <a href="https://themes.envytheme.com/filqa/privacy-policy/">Privacy policy</a> [/acceptance]
      </div>
                                    
      <div class="col-lg-12 col-md-12 text-center">
          <button class="default-btn contact-btn" type="submit">
               Send Message
           </button>
      </div>
</div>