Contact Form

Contact form 7 is used to create ‘easy to handle’ and ‘easy to customize’ forms. OneTrack theme has a pre-built forms. To get all forms, ‘Contact Form 7’ plugin must be installed and activated. You can add/edit/delete the contact form by following this documentation

https://contactform7.com/getting-started-with-contact-form-7/

Contact Form

  <div class="row g-4">
      <div class="col-md-12">
          <div class="form-inner">
              <label>Full Name *  </label>
            [text* your-name autocomplete:name]
          </div>
      </div>
      <div class="col-md-6">
          <div class="form-inner">
              <label>Email *  </label>
            [email* your-email autocomplete:email]
          </div>
      </div>
      <div class="col-md-6">
          <div class="form-inner">
              <label>Phone *  </label>
            [tel tel-667]
          </div>
      </div>
      <div class="col-md-12">
          <div class="form-inner">
              <label>Subject  </label>
            [text* your-subject]
          </div>
      </div>
      <div class="col-md-12">
          <div class="form-inner">
              <label>Message *  </label>
            [textarea textarea-299]
          </div>
      </div>
      <div class="col-lg-12">
          <div class="form-inner2">
              <div>
                [checkbox contactCheck "I have read & accepted Terms & Conditions."]

              </div>
          </div>
      </div>
  </div>
  <button type="submit" class="primary-btn4 btn-hover black-bg">
    Submit Now
      <svg class="arrow" width="23" height="23" viewBox="0 0 23 23" xmlns="http://www.w3.org/2000/svg">
          <g>
              <path d="M0.113861 0H22.9999V4.28425L4.32671 22.9997L0 18.7154L12.7524 6.08815L0.113861 6.20089V0Z">  </path>
              <path d="M23 22.9996V8.56848L16.8516 14.6566V22.9996H23Z">  </path>
          </g>
      </svg>
      <span>  </span>
  </button>
          

Contact Form 1

 <label> Your name
    [text* your-name autocomplete:name]  </label>

 <label> Your email
    [email* your-email autocomplete:email]  </label>

 <label> Subject
    [text* your-subject]  </label>

 <label> Your message (optional)
    [textarea your-message]  </label>

[submit "Submit"]
          

Contact Form Home Two

    <div class="row g-4">
    <div class="col-md-12">
        <div class="form-inner">
            <label>Full Name *</label>
            [text* text-717]
        </div>
    </div>
    <div class="col-md-6">
        <div class="form-inner">
            <label>Email *</label>
            [email* email-462]
        </div>
    </div>
    <div class="col-md-6">
        <div class="form-inner">
            <label>Phone *</label>
            [text text-256]
        </div>
    </div>
    <div class="col-md-12">
        <div class="form-inner">
            <label>Subject</label>
            [text* text-892]
        </div>
    </div>
    <div class="col-md-12">
        <div class="form-inner">
            <label>Message *</label>
            [textarea textarea-895]
        </div>
    </div>
    <div class="col-lg-12">
        <div class="form-inner2">
            <div class="form-check">
                [acceptance acceptance-120 optional class:form-check-input][/acceptance]
                <label class="form-check-label" for="contactCheck">
                    I have read & accepted Terms & Conditions.
                </label>
            </div>
        </div>
    </div>
</div>
<button type="submit" class="primary-btn3 black-bg">
    <span>Submit Now
    </span>
    <span>Submit Now
    </span>
    <svg class="arrow" width="23" height="23" viewBox="0 0 23 23" xmlns="http://www.w3.org/2000/svg">
        <g>
            <path d="M0.113861 0H22.9999V4.28425L4.32671 22.9997L0 18.7154L12.7524 6.08815L0.113861 6.20089V0Z"></path>
            <path d="M23 22.9996V8.56848L16.8516 14.6566V22.9996H23Z"></path>
        </g>
    </svg>
</button>