Submit an App Swap Request Now
Whether you’re just starting to explore app alternatives or have already decided on a new communication solution, AbleNet is here to streamline the process.
If you are considering swapping an app and need more help, please visit our page here: Considering a Change in Speech Apps?
However, if you’re ready now, fill out this form to have our AbleCARE team assess your needs and switch out the app on your QuickTalker Freestyle, ensuring a smooth transition that keeps communication goals front and center.
If you have any additional questions, please contact the ableCARE Product Success Team for further assistance.
Warranty Form Container
.warranty-form-background {
background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
padding: 60px 20px;
min-height: 70vh;
display: flex;
align-items: center;
justify-content: center;
}
/* White rounded container */
.warranty-form-container {
background: #ffffff;
border-radius: 40px;
padding: 50px 40px;
max-width: 800px;
width: 100%;
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
margin: 0 auto;
}
/* Header styling */
.warranty-form-header {
text-align: center;
margin-bottom: 30px;
}
.warranty-form-header h2 {
color: #333;
font-size: 32px;
font-weight: 600;
margin-bottom: 15px;
line-height: 1.3;
}
.warranty-form-header p {
color: #666;
font-size: 16px;
line-height: 1.5;
margin-bottom: 0;
}
/* Form iframe container */
.iframe-container {
margin-top: 30px;
border-radius: 12px;
overflow: hidden;
background: #f8f9fa;
}
/* Responsive adjustments */
@media (max-width: 768px) {
.warranty-form-background {
padding: 40px 15px;
}
.warranty-form-container {
padding: 30px 25px;
border-radius: 25px;
}
.warranty-form-header h2 {
font-size: 26px;
}
}
@media (max-width: 480px) {
.warranty-form-container {
padding: 25px 20px;
border-radius: 20px;
}
.warranty-form-header h2 {
font-size: 22px;
}
}