www.cellularsales.com Open in urlscan Pro
2606:4700::6812:1274  Public Scan

Submitted URL: https://emails.cellularsales.com/e3t/Ctc/5G+113/d2Pg7904/VWkQNp3H06vfW75Vw7N6ZqDFcW22vCbp54xyV9N2K0T2b5nR32W50kH_H6lZ3l-W2RTmYb3m...
Effective URL: https://www.cellularsales.com/improve-experience/?utm_term=1&deal_sales_id=COSY1IN20635&contact_id=84943840&utm_campaign=Lifec...
Submission: On October 16 via api from US — Scanned from DE

Form analysis 4 forms found in the DOM

GET https://cellularsales.com/

<form method="get" class="cs-mobile-search-form" id="cs-mobile-search-form" action="https://cellularsales.com/" data-hs-cf-bound="true">
  <input class="cs-mobile-search-field" id="cs-mobile-search-field" type="text" name="s" value="" aria-required="false" autocomplete="off" placeholder="Search">
  <button class="cs-mobile-search-display"><i class="fa fa-search"></i></button>
  <button type="submit" form="cs-mobile-search-form" class="cs-mobile-search-submit"><i class="fa fa-search"></i></button>
</form>

GET https://www.cellularsales.com

<form class="elementor-search-form" action="https://www.cellularsales.com" method="get" role="search" data-hs-cf-bound="true">
  <div class="elementor-search-form__container">
    <label class="elementor-screen-only" for="elementor-search-form-407a8b5">Search</label>
    <input id="elementor-search-form-407a8b5" placeholder="" class="elementor-search-form__input" type="search" name="s" value="">
    <button class="elementor-search-form__submit" type="submit" aria-label="Search">
      <i aria-hidden="true" class="fas fa-search"></i> <span class="elementor-screen-only">Search</span>
    </button>
  </div>
</form>

GET https://www.cellularsales.com

<form class="elementor-search-form" action="https://www.cellularsales.com" method="get" role="search" data-hs-cf-bound="true">
  <div class="elementor-search-form__container">
    <label class="elementor-screen-only" for="elementor-search-form-407a8b5">Search</label>
    <input id="elementor-search-form-407a8b5" placeholder="" class="elementor-search-form__input" type="search" name="s" value="">
    <button class="elementor-search-form__submit" type="submit" aria-label="Search">
      <i aria-hidden="true" class="fas fa-search"></i> <span class="elementor-screen-only">Search</span>
    </button>
  </div>
</form>

Name: Improve FormPOST

<form method="post" id="improve_form_new" name="Improve Form" data-hs-cf-bound="true">
  <input type="hidden" value="9460085939" name="objectId">
  <div class="form-question">
    <label for="form-field-suggestion">Is there anything specific we could have done to provide you with a better experience?</label>
    <textarea name="customer_comment" id="form-field-suggestion" rows="4" required="required" aria-required="true"></textarea>
  </div>
  <div class="form-question">
    <label for="form-field-follow_up" class="elementor-field-label">Would you like someone to follow up with you about your recent visit?</label>
    <div class="radio-section">
      <span class="elementor-field-option">
        <input type="radio" value="Yes" id="form-field-follow_up-0" name="follow_up" required="required" aria-required="true">
        <label for="form-field-follow_up-0">Yes</label>
      </span>
      <span class="elementor-field-option">
        <input type="radio" value="No" id="form-field-follow_up-1" name="follow_up" required="required" aria-required="true">
        <label for="form-field-follow_up-1">No</label>
      </span>
    </div>
    <div class="contact-section">
      <div class="form-question">
        <label for="form-field-contact_method">What’s the best way to reach you?</label>
        <div class="radio-section">
          <span>
            <input type="radio" value="Phone" id="form-field-contact_method-0" name="contact_method">
            <label for="form-field-contact_method-0">Phone</label>
          </span>
          <span>
            <input type="radio" value="Email" id="form-field-contact_method-2" name="contact_method"> <label for="form-field-contact_method-2">Email</label>
          </span>
        </div>
      </div>
      <div class="elementor-field-type-tel elementor-field-group elementor-column phoneInput elementor-col-100">
        <label for="form-field-phoneInput">Phone number</label>
        <input size="1" type="tel" name="phoneInput" id="form-field-phoneInput" class="elementor-field elementor-size-sm  elementor-field-textual" pattern="[0-9()#&amp;+*-=.]+" title="Only numbers and phone characters (#, -, *, etc) are accepted.">
      </div>
    </div>
    <div class="elementor-field-type-email elementor-field-group elementor-column emailInput elementor-col-100">
      <label for="form-field-emailInput" class="elementor-field-label">Email</label>
      <input size="1" type="email" name="emailInput" id="form-field-emailInput" class="elementor-field elementor-size-sm  elementor-field-textual">
    </div>
    <div class="elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons">
      <button type="submit" id="filled-black">
        <span class="filled-black">Submit</span>
      </button>
    </div>
    <script>
      const followButtons = document.querySelectorAll('input[name="follow_up"]');
      for (const btn of followButtons) {
        btn.addEventListener('change', showMethod);
      }
      let methodSection = document.querySelector(".contact-section");

      function showMethod(e) {
        let selectedMethod = e.srcElement;
        if (selectedMethod.value == "Yes") {
          methodSection.style.display = "block";
        } else {
          methodSection.style.display = "none";
        }
      }
      const radioButtons = document.querySelectorAll('input[name="contact_method"]');
      for (const btn of radioButtons) {
        btn.addEventListener('change', showField);
      }
      let phoneInput = document.querySelector(".phoneInput");
      let emailInput = document.querySelector(".emailInput");

      function showField(e) {
        let selectedMethod = e.srcElement;
        if (selectedMethod.value == "Phone" || this.value == "Text") {
          phoneInput.style.display = "block";
        } else {
          phoneInput.style.display = "none";
        }
        if (selectedMethod.value == "Email") {
          emailInput.style.display = "block";
        } else {
          emailInput.style.display = "none";
        }
      }
    </script>
  </div>
</form>

Text Content

Skip to content

Cellular Sales independently operates this site and is a Verizon Authorized
Retailer.

Cellular Sales independently operates this site and is a Verizon Authorized
Retailer.


 * Products
   * Smartphones
   * Tablets
   * Smartwatches
   * Accessories
   * Hotspots
 * Plans
   * Verizon Unlimited
   * Connected Devices
   * Plan Discounts
   * Prepaid
   * Family Tech
     * Verizon Smart Family
 * Services
   * Internet
     * Verizon 5G Home Internet
     * LTE Internet
     * Fios
   * Verizon Home Device Protect
   * Verizon Mobile Protect
   * Entertainment
     * Disney Hulu ESPN
     * Gaming
       * Apple Arcade
       * Google Play Pass
     * Apple Music
     * discovery+
     * YouTube TV
   * Verizon Visa Card
 * Deals
   * Smartphones
   * Smartwatches
   * Tablets
   * Upgrades
 * Contact us
 * Careers
 * Resources
   * Plan Calculator
   * Verizon Home Device Calculator
   * Verizon Credit Card Calculator
   * Blog
   * Android
   * Connect with us
 * Business

Menu
 * Products
   * Smartphones
   * Tablets
   * Smartwatches
   * Accessories
   * Hotspots
 * Plans
   * Verizon Unlimited
   * Connected Devices
   * Plan Discounts
   * Prepaid
   * Family Tech
     * Verizon Smart Family
 * Services
   * Internet
     * Verizon 5G Home Internet
     * LTE Internet
     * Fios
   * Verizon Home Device Protect
   * Verizon Mobile Protect
   * Entertainment
     * Disney Hulu ESPN
     * Gaming
       * Apple Arcade
       * Google Play Pass
     * Apple Music
     * discovery+
     * YouTube TV
   * Verizon Visa Card
 * Deals
   * Smartphones
   * Smartwatches
   * Tablets
   * Upgrades
 * Contact us
 * Careers
 * Resources
   * Plan Calculator
   * Verizon Home Device Calculator
   * Verizon Credit Card Calculator
   * Blog
   * Android
   * Connect with us
 * Business

Find a store
Find a store
Search Search
Find a store
Search Search


THANKS FOR HELPING US IMPROVE.

Is there anything specific we could have done to provide you with a better
experience?
Would you like someone to follow up with you about your recent visit?
Yes No
What’s the best way to reach you?
Phone Email
Phone number
Email
Submit

GET EXCLUSIVE DEALS.

Sign up for emails
Or text deals to 692355 to get offers, deals and tech tips sent straight to your
phone. Text STOP to stop. HELP for help. Message frequency varies. Message and
data rates may apply. Terms and conditions. Privacy policy.

Products

Smartphones

Tablets

Smartwatches

Accessories

Hotspots

Plans

Unlimited

Connected Devices

Plan Discounts

Prepaid

Family Tech

Seniors

Services

Home Internet

Verizon Mobile Protect

Verizon Home Devices Protect

Entertainment

Verizon Visa Card

Deals

Smartphones

Smartwatches

Tablets

Upgrades

Resources

About Us

Calculators

Blog

Android

Connect with Us

FAQs

Business

Business Plans

Business Solutions

Schedule an appointment

Support

Contact us

Careers

Find a store


Products

Smartphones

Tablets

Smartwatches

Accessories

Hotspots

Plans

Unlimited

Connected Devices

Plan Discounts

Prepaid

Family Tech

Seniors

Services

Home Internet

Verizon Mobile Protect

Verizon Home Devices Protect

Entertainment

Verizon Visa Card

Deals

Smartphones

Smartwatches

Tablets

Upgrades

Resources

About Us

Calculators

Blog

Android

Connect with Us

FAQs

Business

Business Plans

Business Solutions

Schedule an appointment

Support

Contact us

Careers

Find a store

GET EXCLUSIVE DEALS.

Sign up for emails
Or text deals to 692355 to get offers, deals and tech tips sent straight to your
phone. Text STOP to stop. HELP for help. Message frequency varies. Message and
data rates may apply. Terms and conditions. Privacy policy.


Copyright © 2023 Cellular Sales. All rights reserved.

Customer Agreement | Do Not Call Policy | Privacy Policy | Return Policy |
Warranty Policy



Notifications