HEX
Server: LiteSpeed
System: Linux s1299.sgp1.mysecurecloudhost.com 4.18.0-553.52.1.lve.el8.x86_64 #1 SMP Wed May 21 15:31:29 UTC 2025 x86_64
User: everest2 (1878)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: /home/everest2/wmslp/sections/sections/contact.html
<!--Contact-Form-->
<section class="contact-container">
  <div class="contact-form">
    <h2 class="section-title">
      Get in touch and one of <span class="expert-highlight">our experts</span> will assist you:
    </h2>
    <form class="desktop-form captcha-form" onsubmit="event.preventDefault(); grecaptcha.reset(widgetId2);">
      <h2 class="form-title">Ready to Take Your App to the Next Level?</h2>
      <div class="form-row">
        <div class="form-group">
          <label>Full Name *</label>
          <input type="text" name="name" required />
        </div>
      </div>
      <div class="form-row">
        <div class="form-group">
          <label>Email *</label>
          <input type="email" name="email" required />
        </div>
        <div class="form-group">
          <label>Phone Number*</label>
          <input type="tel" name="phone" required />
        </div>
        <div class="form-group">
          <label>Best Way To Reach You*</label>
          <div class="radio-group">
            <input type="radio" name="reach" value="email" />
            <label>Email</label>
            <input type="radio" name="reach" value="phone" />
            <label>Phone</label>
          </div>
        </div>
      </div>
      <div class="form-group full-width">
        <label>Message/ Requirement of the project</label>
        <textarea name="message" required placeholder=""></textarea>
      </div>
      <div class="form-group full-width">
        <div id="recaptcha2"></div>
      </div>
      <button type="submit" disabled class="submit-btn btn2">Let’s connect</button>
    </form>
  </div>
</section>