www.ablenetinc.com Open in urlscan Pro
2606:4700:20::681a:688  Public Scan

Submitted URL: http://ablenetinc.com/
Effective URL: https://www.ablenetinc.com/
Submission Tags: tranco_l324
Submission: On March 24 via api from DE — Scanned from DE

Form analysis 5 forms found in the DOM

<form class="form" onsubmit="return false" data-url="/search.php" data-quick-search-form="">
  <fieldset class="form-fieldset">
    <div class="form-field">
      <label class="is-srOnly" for="">Suchen</label>
      <input class="form-input" data-search-quick="" name="" id="" data-error-message="Suchfeld kann nicht leer sein." placeholder="Shop durchsuchen" autocomplete="off">
      <button type="submit" class="form_button__submit" aria-label="Search">
        <span class="icon icon_quickSearch_submit">
          <svg>
            <use xlink:href="#icon-search_light" alt="Search"></use>
          </svg>
        </span>
      </button>
    </div>
  </fieldset>
</form>

<form class="form" onsubmit="return false" data-url="/search.php" data-quick-search-form="">
  <fieldset class="form-fieldset">
    <div class="form-field">
      <label class="is-srOnly" for="">Suchen</label>
      <input class="form-input" data-search-quick="" name="" id="" data-error-message="Suchfeld kann nicht leer sein." placeholder="Shop durchsuchen" autocomplete="off">
      <button type="submit" class="form_button__submit" aria-label="Search">
        <span class="icon icon_quickSearch_submit">
          <svg>
            <use xlink:href="#icon-search_light" alt="Search"></use>
          </svg>
        </span>
      </button>
    </div>
  </fieldset>
</form>

POST //translate.googleapis.com/translate_voting?client=te

<form id="goog-gt-votingForm" action="//translate.googleapis.com/translate_voting?client=te" method="post" target="votingFrame" class="VIpgJd-yAWNEb-hvhgNd-aXYTce"><input type="text" name="sl" id="goog-gt-votingInputSrcLang"><input type="text"
    name="tl" id="goog-gt-votingInputTrgLang"><input type="text" name="query" id="goog-gt-votingInputSrcText"><input type="text" name="gtrans" id="goog-gt-votingInputTrgText"><input type="text" name="vote" id="goog-gt-votingInputVote"></form>

<form action="" x-on:submit.prevent="downloadCart" class="sc-mt-4">
  <div class="sc-space-y-4">
    <div class="sc-grid sc-grid-cols-1 sm:sc-grid-cols-2 sc-gap-4">
      <div>
        <label for="sc-first">First Name <span class="sc-text-red-500">*</span>
        </label>
        <div class="sc-mt-1">
          <input id="sc-first" x-model="form.first" :class="{'!sc-border-red-300':errors.first.show}" type="text" placeholder="">
        </div>
        <p class="sc-mt-1 sc-text-sm sc-text-red-500" x-show="errors.first.show" x-text="errors.first.show" style="display: none;"></p>
      </div>
      <div>
        <label for="sc-last">Last Name <span class="sc-text-red-500">*</span>
        </label>
        <div class="sc-mt-1">
          <input id="sc-last" x-model="form.last" :class="{'!sc-border-red-300':errors.last.show}" type="text" placeholder="">
        </div>
        <p class="sc-mt-1 sc-text-sm sc-text-red-500" x-show="errors.last.show" x-text="errors.last.show" style="display: none;"></p>
      </div>
    </div>
    <div class="sc-grid sc-grid-cols-1 sm:sc-grid-cols-2 sc-gap-4">
      <div>
        <label for="sc-email">Email <span class="sc-text-red-500">*</span>
        </label>
        <div class="sc-mt-1">
          <input id="sc-email" x-model="form.email" :class="{'!sc-border-red-300':errors.email.show}" type="email" placeholder="">
        </div>
        <p class="sc-mt-1 sc-text-sm sc-text-red-500" x-show="errors.email.show" x-text="errors.email.show" style="display: none;"></p>
        <p class="sc-mt-1 sc-text-sm sc-text-gray-500">Use commas for multiple emails</p>
      </div>
      <div>
        <label for="sc-phone">Mobile Phone <span class="sc-text-red-500">*</span>
        </label>
        <div class="sc-mt-1">
          <input id="sc-phone" x-model="form.phone" :class="{'!sc-border-red-300':errors.phone.show}" type="text" placeholder="">
        </div>
        <p class="sc-mt-1 sc-text-sm sc-text-red-500" x-show="errors.phone.show" x-text="errors.phone.show" style="display: none;"></p>
      </div>
    </div>
    <div class="sc-grid sc-grid-cols-1 sm:sc-grid-cols-2 sc-gap-4">
      <div>
        <label for="sc-type">I am a <span class="sc-text-red-500">*</span>
        </label>
        <div class="sc-mt-1">
          <select id="sc-type" x-model="form.type" :class="{'!sc-border-red-300':errors.type.show}">
            <option value="">Select</option>
            <option>Speech-Language Pathologist</option>
            <option>Assistive Technology Coordinator</option>
            <option>Other</option>
          </select>
        </div>
        <p class="sc-mt-1 sc-text-sm sc-text-red-500" x-show="errors.type.show" x-text="errors.type.show" style="display: none;"></p>
      </div>
      <div>
        <label for="sc-work">I work at a <span class="sc-text-red-500">*</span>
        </label>
        <div class="sc-mt-1">
          <select id="sc-work" x-model="form.work" :class="{'!sc-border-red-300':errors.work.show}">
            <option value="">Select</option>
            <option>School</option>
            <option>Clinic/Hospital/Private Practice</option>
            <option>Other</option>
          </select>
        </div>
        <p class="sc-mt-1 sc-text-sm sc-text-red-500" x-show="errors.work.show" x-text="errors.work.show" style="display: none;"></p>
      </div>
    </div>
    <div class="sc-grid sc-grid-cols-1 sm:sc-grid-cols-2 sc-gap-4">
      <div>
        <label for="sc-company">School/Company Name <span class="sc-text-red-500">*</span>
        </label>
        <div class="sc-mt-1">
          <input id="sc-company" type="text" x-model="form.company" :class="{'!sc-border-red-300':errors.company.show}" placeholder="">
        </div>
        <p class="sc-mt-1 sc-text-sm sc-text-red-500" x-show="errors.company.show" x-text="errors.company.show" style="display: none;"></p>
      </div>
      <div>
        <label for="sc-state">State <span class="sc-text-red-500">*</span>
        </label>
        <div class="sc-mt-1">
          <select class="sc-form-control" id="sc-state" x-model="form.state" :class="{'!sc-border-red-300':errors.state.show}">
            <option value="">Select</option>
            <option>I live outside of the United States</option>
            <option>Alabama</option>
            <option>Alaska</option>
            <option>Arizona</option>
            <option>Arkansas</option>
            <option>California</option>
            <option>Colorado</option>
            <option>Connecticut</option>
            <option>Delaware</option>
            <option>District Of Columbia</option>
            <option>Florida</option>
            <option>Georgia</option>
            <option>Hawaii</option>
            <option>Idaho</option>
            <option>Illinois</option>
            <option>Indiana</option>
            <option>Iowa</option>
            <option>Kansas</option>
            <option>Kentucky</option>
            <option>Louisiana</option>
            <option>Maine</option>
            <option>Maryland</option>
            <option>Massachusetts</option>
            <option>Michigan</option>
            <option>Minnesota</option>
            <option>Mississippi</option>
            <option>Missouri</option>
            <option>Montana</option>
            <option>Nebraska</option>
            <option>Nevada</option>
            <option>New Hampshire</option>
            <option>New Jersey</option>
            <option>New Mexico</option>
            <option>New York</option>
            <option>North Carolina</option>
            <option>North Dakota</option>
            <option>Ohio</option>
            <option>Oklahoma</option>
            <option>Oregon</option>
            <option>Pennsylvania</option>
            <option>Rhode Island</option>
            <option>South Carolina</option>
            <option>South Dakota</option>
            <option>Tennessee</option>
            <option>Texas</option>
            <option>Utah</option>
            <option>Vermont</option>
            <option>Virginia</option>
            <option>Washington</option>
            <option>West Virginia</option>
            <option>Wisconsin</option>
            <option>Wyoming</option>
          </select>
        </div>
        <p class="sc-mt-1 sc-text-sm sc-text-red-500" x-show="errors.state.show" x-text="errors.state.show" style="display: none;"></p>
      </div>
    </div>
    <div class="sc-form-group">
      <label for="sc-notes">Notes</label>
      <textarea name="sc-notes" x-model="form.notes" class="sc-form-control" id="sc-notes" cols="30" rows="3"></textarea>
    </div>
  </div>
  <!-- Messages -->
  <div x-show="errorMessage || successMessage" class="sc-mt-4 sc-rounded-md sc-py-2 sc-px-4" :class="{'sc-bg-red-50': errorMessage, 'sc-bg-green-50': successMessage }" style="display: none;">
    <span x-text="errorMessage" class="sc-text-red-800"></span>
    <span x-text="successMessage" class="sc-text-green-800"></span>
  </div>
  <!-- Buttons -->
  <div class="sc-mt-8 sc-flex sc-space-x-2">
    <button x-bind:disabled="processing" type="submit" id="sc-save-btn" class="sc-button">
      <svg x-show="processing" class="sc-animate-spin -sc-ml-1 sc-mr-3 sc-h-5 sc-w-5 sc-text-white" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" style="display: none;">
        <circle class="sc-opacity-25" cx="12" cy="12" r="10" stroke="currentColor" stroke-width="4"></circle>
        <path class="sc-opacity-75" fill="currentColor" d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"></path>
      </svg>
      <span x-show="processing" style="display: none;">Processing...</span>
      <span x-show="!processing">Download Quote</span>
    </button>
  </div>
</form>

<form action="" x-on:submit.prevent="saveCart" class="sc-mt-4">
  <div class="sc-space-y-4">
    <div class="sc-grid sc-grid-cols-1 sm:sc-grid-cols-2 sc-gap-4">
      <div>
        <label for="sc-first">First Name <span class="sc-text-red-500">*</span>
        </label>
        <div class="sc-mt-1">
          <input id="sc-first" x-model="form.first" :class="{'!sc-border-red-300':errors.first.show}" type="text" placeholder="">
        </div>
        <p class="sc-mt-1 sc-text-sm sc-text-red-500" x-show="errors.first.show" x-text="errors.first.show" style="display: none;"></p>
      </div>
      <div>
        <label for="sc-last">Last Name <span class="sc-text-red-500">*</span>
        </label>
        <div class="sc-mt-1">
          <input id="sc-last" x-model="form.last" :class="{'!sc-border-red-300':errors.last.show}" type="text" placeholder="">
        </div>
        <p class="sc-mt-1 sc-text-sm sc-text-red-500" x-show="errors.last.show" x-text="errors.last.show" style="display: none;"></p>
      </div>
    </div>
    <div class="sc-grid sc-grid-cols-1 sm:sc-grid-cols-2 sc-gap-4">
      <div>
        <label for="sc-email">Email <span class="sc-text-red-500">*</span>
        </label>
        <div class="sc-mt-1">
          <input id="sc-email" x-model="form.email" :class="{'!sc-border-red-300':errors.email.show}" type="email" placeholder="">
        </div>
        <p class="sc-mt-1 sc-text-sm sc-text-red-500" x-show="errors.email.show" x-text="errors.email.show" style="display: none;"></p>
        <p class="sc-mt-1 sc-text-sm sc-text-gray-500">Use commas for multiple emails</p>
      </div>
      <div>
        <label for="sc-phone">Mobile Phone <span class="sc-text-red-500">*</span>
        </label>
        <div class="sc-mt-1">
          <input id="sc-phone" x-model="form.phone" :class="{'!sc-border-red-300':errors.phone.show}" type="text" placeholder="">
        </div>
        <p class="sc-mt-1 sc-text-sm sc-text-red-500" x-show="errors.phone.show" x-text="errors.phone.show" style="display: none;"></p>
      </div>
    </div>
    <div class="sc-grid sc-grid-cols-1 sm:sc-grid-cols-2 sc-gap-4">
      <div>
        <label for="sc-type">I am a <span class="sc-text-red-500">*</span>
        </label>
        <div class="sc-mt-1">
          <select id="sc-type" x-model="form.type" :class="{'!sc-border-red-300':errors.type.show}">
            <option value="">Select</option>
            <option>Speech-Language Pathologist</option>
            <option>Assistive Technology Coordinator</option>
            <option>Other</option>
          </select>
        </div>
        <p class="sc-mt-1 sc-text-sm sc-text-red-500" x-show="errors.type.show" x-text="errors.type.show" style="display: none;"></p>
      </div>
      <div>
        <label for="sc-work">I work at a <span class="sc-text-red-500">*</span>
        </label>
        <div class="sc-mt-1">
          <select id="sc-work" x-model="form.work" :class="{'!sc-border-red-300':errors.work.show}">
            <option value="">Select</option>
            <option>School</option>
            <option>Clinic/Hospital/Private Practice</option>
            <option>Other</option>
          </select>
        </div>
        <p class="sc-mt-1 sc-text-sm sc-text-red-500" x-show="errors.work.show" x-text="errors.work.show" style="display: none;"></p>
      </div>
    </div>
    <div class="sc-grid sc-grid-cols-1 sm:sc-grid-cols-2 sc-gap-4">
      <div>
        <label for="sc-company">School/Company Name <span class="sc-text-red-500">*</span>
        </label>
        <div class="sc-mt-1">
          <input id="sc-company" type="text" x-model="form.company" :class="{'!sc-border-red-300':errors.company.show}" placeholder="">
        </div>
        <p class="sc-mt-1 sc-text-sm sc-text-red-500" x-show="errors.company.show" x-text="errors.company.show" style="display: none;"></p>
      </div>
      <div>
        <label for="sc-state">State <span class="sc-text-red-500">*</span>
        </label>
        <div class="sc-mt-1">
          <select class="sc-form-control" id="sc-state" x-model="form.state" :class="{'!sc-border-red-300':errors.state.show}">
            <option value="">Select</option>
            <option>I live outside of the United States</option>
            <option>Alabama</option>
            <option>Alaska</option>
            <option>Arizona</option>
            <option>Arkansas</option>
            <option>California</option>
            <option>Colorado</option>
            <option>Connecticut</option>
            <option>Delaware</option>
            <option>District Of Columbia</option>
            <option>Florida</option>
            <option>Georgia</option>
            <option>Hawaii</option>
            <option>Idaho</option>
            <option>Illinois</option>
            <option>Indiana</option>
            <option>Iowa</option>
            <option>Kansas</option>
            <option>Kentucky</option>
            <option>Louisiana</option>
            <option>Maine</option>
            <option>Maryland</option>
            <option>Massachusetts</option>
            <option>Michigan</option>
            <option>Minnesota</option>
            <option>Mississippi</option>
            <option>Missouri</option>
            <option>Montana</option>
            <option>Nebraska</option>
            <option>Nevada</option>
            <option>New Hampshire</option>
            <option>New Jersey</option>
            <option>New Mexico</option>
            <option>New York</option>
            <option>North Carolina</option>
            <option>North Dakota</option>
            <option>Ohio</option>
            <option>Oklahoma</option>
            <option>Oregon</option>
            <option>Pennsylvania</option>
            <option>Rhode Island</option>
            <option>South Carolina</option>
            <option>South Dakota</option>
            <option>Tennessee</option>
            <option>Texas</option>
            <option>Utah</option>
            <option>Vermont</option>
            <option>Virginia</option>
            <option>Washington</option>
            <option>West Virginia</option>
            <option>Wisconsin</option>
            <option>Wyoming</option>
          </select>
        </div>
        <p class="sc-mt-1 sc-text-sm sc-text-red-500" x-show="errors.state.show" x-text="errors.state.show" style="display: none;"></p>
      </div>
    </div>
    <div class="sc-form-group">
      <label for="sc-notes">Notes</label>
      <textarea name="sc-notes" x-model="form.notes" class="sc-form-control" id="sc-notes" cols="30" rows="3"></textarea>
    </div>
  </div>
  <!-- Messages -->
  <div x-show="errorMessage || successMessage" class="sc-mt-4 sc-rounded-md sc-py-2 sc-px-4" :class="{'sc-bg-red-50': errorMessage, 'sc-bg-green-50': successMessage }" style="display: none;">
    <span x-text="errorMessage" class="sc-text-red-800"></span>
    <span x-text="successMessage" class="sc-text-green-800"></span>
  </div>
  <!-- Buttons -->
  <div class="sc-mt-8 sc-flex sc-space-x-2">
    <button x-bind:disabled="processing" type="submit" id="sc-save-btn" class="sc-button">
      <svg x-show="processing" class="sc-animate-spin -sc-ml-1 sc-mr-3 sc-h-5 sc-w-5 sc-text-white" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" style="display: none;">
        <circle class="sc-opacity-25" cx="12" cy="12" r="10" stroke="currentColor" stroke-width="4"></circle>
        <path class="sc-opacity-75" fill="currentColor" d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"></path>
      </svg>
      <span x-show="processing" style="display: none;">Processing...</span>
      <span x-show="!processing">Email Quote</span>
    </button>
  </div>
</form>

Text Content

x Skip to main content

Located outside of the United States? Click here to find a local reseller.

Contact Us Knowledge Base
Create a Quote Login

Assistive Technology
 * My Way Program
   
   Assistive Technology

 * QuickTalker Freestyle
 * Speech Devices
 * Switches
 * Computer and Tablet Access
 * Mounting
 * Environmental Controls
 * Activity Supports
 * Apps

QuickTalker Freestyle ableU
 * Contact Us
 * Knowledge Base
 * Create a Quote

   --------------------------------------------------------------------------------

 * Logout

Suchen




 * 
 * 0
   

Toggle menu
Suchen




Previous
 * 1
 * 2
 * 3
 * 4

Next

Previous


CELEBRATE COMMUNICATION

Everyone has a voice that deserves to be heard. Help them speak up and speak
freely with the QuickTalker Freestyle speech device.

Learn More


FREE RESOURCE

Color Match Magic

Download


ABLEU SESSION

5-C Model of Communication How SLPs can Foster Collaboration and Strengthen
Communication with Stakeholders

Register


MY WAY PROGRAM

Explore our suite of ready-to-use assistive technology

Explore


CELEBRATE COMMUNICATION

Everyone has a voice that deserves to be heard. Help them speak up and speak
freely with the QuickTalker Freestyle speech device.

Learn More


FREE RESOURCE

Color Match Magic

Download


ABLEU SESSION

5-C Model of Communication How SLPs can Foster Collaboration and Strengthen
Communication with Stakeholders

Register


MY WAY PROGRAM

Explore our suite of ready-to-use assistive technology

Explore


CELEBRATE COMMUNICATION

Everyone has a voice that deserves to be heard. Help them speak up and speak
freely with the QuickTalker Freestyle speech device.

Learn More
Next
 * 1
 * 2
 * 3
 * 4


CELEBRATE COMMUNICATION

Everyone has a voice that deserves to be heard. Help them speak up and speak
freely with the QuickTalker Freestyle speech device.

Learn More


FREE RESOURCE

Color Match Magic

Download


ABLEU SESSION

5-C Model of Communication How SLPs can Foster Collaboration and Strengthen
Communication with Stakeholders

Register


MY WAY PROGRAM

Explore our suite of ready-to-use assistive technology

Explore


CELEBRATE COMMUNICATION

Everyone has a voice that deserves to be heard. Help them speak up and speak
freely with the QuickTalker Freestyle speech device.

Learn More


FREE RESOURCE

Color Match Magic

Download


ABLEU SESSION

5-C Model of Communication How SLPs can Foster Collaboration and Strengthen
Communication with Stakeholders

Register


MY WAY PROGRAM

Explore our suite of ready-to-use assistive technology

Explore


CELEBRATE COMMUNICATION

Everyone has a voice that deserves to be heard. Help them speak up and speak
freely with the QuickTalker Freestyle speech device.

Learn More



WHY ABLENET?




MEDICAL GRADE

AbleNet's assistive technology complies with Europe's Medical Device Regulation
(MDR) requirements and is listed with the Food and Drug Administration (FDA) in
the United States.


ON-DEMAND SUPPORT

Remove stress and barriers in implementing AbleNet assistive technology with
on-demand support customized for each person’s unique needs.


RIGOROUS DURABILITY TESTS

Designed to be dropped, encounter moisture and dirt, and keep performing so
users can achieve best outcomes.

Learn More

Schließen ×


!

OK Abbrechen


PRODUCTS & SERVICES

   
 * QuickTalker Freestyle
 * Speech Device Funding
 * AT Products
 * Create a Quote
 * Quick Order
 * Product Registration

SUPPORT

 * ableCARE Product Support
 * Contact Us
 * Product Warranty
 * Start Return
 * AbleNet Resellers
 * Website Policies
   
 * Knowledge Base - Assistive Technology
 * Knowledge Base - QuickTalker Freestyle

RESOURCES

 * ableU Professional Development
 * Curriculum Resources
 * Remarkable Ideas

COMPANY

 * Our Story & Guiding Principles
 * Careers
 * Website Accessibility
 * Provide Feedback

 * 
 * 
 * 
 * 
 * 


©2023 AbleNet, Inc. All Rights Reserved.
×


Powered by Google Übersetzer
English Spanish
de

Wir verwenden Cookies und andere ähnliche Technologien, um Daten zur
Verbesserung Ihres Einkaufserlebnisses zu sammeln.Durch das Verwenden unserer
Website akzeptieren Sie die Erfassung von Daten, wie in unserer
Datenschutzerklärung.

EinstellungenAlle ablehnenAlle Cookies akzeptieren
Originaltext

Diese Übersetzung bewerten
Mit deinem Feedback können wir Google Übersetzer weiter verbessern


Close


DOWNLOAD YOUR QUOTE

Please provide the following information to download your quote.

First Name *




Last Name *




Email *




Use commas for multiple emails

Mobile Phone *




I am a *
Select Speech-Language Pathologist Assistive Technology Coordinator Other



I work at a *
Select School Clinic/Hospital/Private Practice Other



School/Company Name *




State *
Select I live outside of the United States Alabama Alaska Arizona Arkansas
California Colorado Connecticut Delaware District Of Columbia Florida Georgia
Hawaii Idaho Illinois Indiana Iowa Kansas Kentucky Louisiana Maine Maryland
Massachusetts Michigan Minnesota Mississippi Missouri Montana Nebraska Nevada
New Hampshire New Jersey New Mexico New York North Carolina North Dakota Ohio
Oklahoma Oregon Pennsylvania Rhode Island South Carolina South Dakota Tennessee
Texas Utah Vermont Virginia Washington West Virginia Wisconsin Wyoming



Notes

Processing... Download Quote
Close


EMAIL YOUR QUOTE

Please provide the following information to have your quote emailed to you. Upon
submitting this information, if you do not receive an email within 5-minutes,
check your email junk folder or contact AbleNet at (800) 322-0956 or
customerservice@ablenetinc.com.

First Name *




Last Name *




Email *




Use commas for multiple emails

Mobile Phone *




I am a *
Select Speech-Language Pathologist Assistive Technology Coordinator Other



I work at a *
Select School Clinic/Hospital/Private Practice Other



School/Company Name *




State *
Select I live outside of the United States Alabama Alaska Arizona Arkansas
California Colorado Connecticut Delaware District Of Columbia Florida Georgia
Hawaii Idaho Illinois Indiana Iowa Kansas Kentucky Louisiana Maine Maryland
Massachusetts Michigan Minnesota Mississippi Missouri Montana Nebraska Nevada
New Hampshire New Jersey New Mexico New York North Carolina North Dakota Ohio
Oklahoma Oregon Pennsylvania Rhode Island South Carolina South Dakota Tennessee
Texas Utah Vermont Virginia Washington West Virginia Wisconsin Wyoming



Notes

Processing... Email Quote