Thank You!

For being a loyal Wave Customer

To show our appreciation, please enjoy 3 FREE On Demand movies on us.
Fields marked with an * are required.

Select State *
Alabama
Alaska
Arizona
Arkansas
California
Colorado
Connecticut
D.C.
Delaware
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

*required

.elq-form .loader{
vertical-align: middle;
display: inline-block;
margin-left:10px;
border: 3px solid #f3f3f3;
border-radius: 50%;
border-top: 3px solid #3498db;
width: 20px;
height: 20px;
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.LV_validation_message{
font-weight:bold;
margin: 0 0 0 5px;
}
.LV_valid{
color:#00c1ec;
display:none;
}
.LV_invalid{
color:#ff984b;
font-size:10px;
}
.LV_valid_field, input.LV_valid_field:hover, input.LV_valid_field:active, textarea.LV_valid_field:hover, textarea.LV_valid_field:active {
outline: 1px solid #00c1ec;
}
.LV_invalid_field, input.LV_invalid_field:hover, input.LV_invalid_field:active, textarea.LV_invalid_field:hover, textarea.LV_invalid_field:active {
outline: 1px solid #ff984b;
}

$(document).ready(function(){
$(“:input”).inputmask();
})

var dom0 = document.querySelector(‘#form168 #field0’);
var field0 = new LiveValidation(dom0, {
validMessage: “”, onlyOnBlur: false, wait: 300}
);
field0.add(Validate.Custom, {
against: function(value) {
return !value.match(/(telnet|ftp|https?):\/\/(?:[a-z0-9][a-z0-9-]{0,61}[a-z0-9]\.|[a-z0-9]\.)+[a-z]{2,63}/i);
}
, failureMessage: “Value must not contain any URL’s”}
);
field0.add(Validate.Custom, {
against: function(value) {
return !value.match(/(]+)>)/ig);
}
, failureMessage: “Value must not contain any HTML”}
);
field0.add(Validate.Length, {
tooShortMessage:”Invalid length for field value”, tooLongMessage: “Invalid length for field value”, minimum: 0, maximum: 35}
);
var dom1 = document.querySelector(‘#form168 #field1’);
var field1 = new LiveValidation(dom1, {
validMessage: “”, onlyOnBlur: false, wait: 300}
);
field1.add(Validate.Custom, {
against: function(value) {
return !value.match(/(telnet|ftp|https?):\/\/(?:[a-z0-9][a-z0-9-]{0,61}[a-z0-9]\.|[a-z0-9]\.)+[a-z]{2,63}/i);
}
, failureMessage: “Value must not contain any URL’s”}
);
field1.add(Validate.Custom, {
against: function(value) {
return !value.match(/(]+)>)/ig);
}
, failureMessage: “Value must not contain any HTML”}
);
field1.add(Validate.Length, {
tooShortMessage:”Invalid length for field value”, tooLongMessage: “Invalid length for field value”, minimum: 0, maximum: 35}
);
var dom2 = document.querySelector(‘#form168 #field2’);
var field2 = new LiveValidation(dom2, {
validMessage: “”, onlyOnBlur: false, wait: 300}
);
field2.add(Validate.Format, {
pattern: /^([^@\s]+)@((?:[-a-z0-9]+\.)+[a-z]{2,})$/i, failureMessage: “A valid email address is required”}
);
var dom3 = document.querySelector(‘#form168 #field3’);
var field3 = new LiveValidation(dom3, {
validMessage: “”, onlyOnBlur: false, wait: 300}
);
field3.add(Validate.Custom, {
against: function(value) {
return !value.match(/(telnet|ftp|https?):\/\/(?:[a-z0-9][a-z0-9-]{0,61}[a-z0-9]\.|[a-z0-9]\.)+[a-z]{2,63}/i);
}
, failureMessage: “Value must not contain any URL’s”}
);
field3.add(Validate.Custom, {
against: function(value) {
return !value.match(/(]+)>)/ig);
}
, failureMessage: “Value must not contain any HTML”}
);
field3.add(Validate.Length, {
tooShortMessage:”Invalid length for field value”, tooLongMessage: “Invalid length for field value”, minimum: 0, maximum: 35}
);
var dom4 = document.querySelector(‘#form168 #field4’);
var field4 = new LiveValidation(dom4, {
validMessage: “”, onlyOnBlur: false, wait: 300}
);
field4.add(Validate.Custom, {
against: function(value) {
return !value.match(/(telnet|ftp|https?):\/\/(?:[a-z0-9][a-z0-9-]{0,61}[a-z0-9]\.|[a-z0-9]\.)+[a-z]{2,63}/i);
}
, failureMessage: “Value must not contain any URL’s”}
);
field4.add(Validate.Custom, {
against: function(value) {
return !value.match(/(]+)>)/ig);
}
, failureMessage: “Value must not contain any HTML”}
);
field4.add(Validate.Length, {
tooShortMessage:”Invalid length for field value”, tooLongMessage: “Invalid length for field value”, minimum: 0, maximum: 35}
);
var dom5 = document.querySelector(‘#form168 #field5’);
var field5 = new LiveValidation(dom5, {
validMessage: “”, onlyOnBlur: false, wait: 300}
);
field5.add(Validate.Custom, {
against: function(value) {
return !value.match(/(telnet|ftp|https?):\/\/(?:[a-z0-9][a-z0-9-]{0,61}[a-z0-9]\.|[a-z0-9]\.)+[a-z]{2,63}/i);
}
, failureMessage: “Value must not contain any URL’s”}
);
field5.add(Validate.Custom, {
against: function(value) {
return !value.match(/(]+)>)/ig);
}
, failureMessage: “Value must not contain any HTML”}
);
field5.add(Validate.Length, {
tooShortMessage:”Invalid length for field value”, tooLongMessage: “Invalid length for field value”, minimum: 0, maximum: 35}
);
var dom6 = document.querySelector(‘#form168 #field6’);
var field6 = new LiveValidation(dom6, {
validMessage: “”, onlyOnBlur: false, wait: 300}
);
field6.add(Validate.Custom, {
against: function(value) {
return !value.match(/(telnet|ftp|https?):\/\/(?:[a-z0-9][a-z0-9-]{0,61}[a-z0-9]\.|[a-z0-9]\.)+[a-z]{2,63}/i);
}
, failureMessage: “Value must not contain any URL’s”}
);
field6.add(Validate.Custom, {
against: function(value) {
return !value.match(/(]+)>)/ig);
}
, failureMessage: “Value must not contain any HTML”}
);
field6.add(Validate.Length, {
tooShortMessage:”Invalid length for field value”, tooLongMessage: “Invalid length for field value”, minimum: 0, maximum: 35}
);
var dom7 = document.querySelector(‘#form168 #field7’);
var field7 = new LiveValidation(dom7, {
validMessage: “”, onlyOnBlur: false, wait: 300}
);
field7.add(Validate.Custom, {
against: function(value) {
return !value.match(/(telnet|ftp|https?):\/\/(?:[a-z0-9][a-z0-9-]{0,61}[a-z0-9]\.|[a-z0-9]\.)+[a-z]{2,63}/i);
}
, failureMessage: “Value must not contain any URL’s”}
);
field7.add(Validate.Custom, {
against: function(value) {
return !value.match(/(]+)>)/ig);
}
, failureMessage: “Value must not contain any HTML”}
);
field7.add(Validate.Length, {
tooShortMessage:”Invalid length for field value”, tooLongMessage: “Invalid length for field value”, minimum: 0, maximum: 35}
);
var dom8 = document.querySelector(‘#form168 #field8’);
var field8 = new LiveValidation(dom8, {
validMessage: “”, onlyOnBlur: false, wait: 300}
);
field8.add(Validate.Custom, {
against: function(value) {
return !value.match(/(telnet|ftp|https?):\/\/(?:[a-z0-9][a-z0-9-]{0,61}[a-z0-9]\.|[a-z0-9]\.)+[a-z]{2,63}/i);
}
, failureMessage: “Value must not contain any URL’s”}
);
field8.add(Validate.Custom, {
against: function(value) {
return !value.match(/(]+)>)/ig);
}
, failureMessage: “Value must not contain any HTML”}
);
field8.add(Validate.Length, {
tooShortMessage:”Invalid length for field value”, tooLongMessage: “Invalid length for field value”, minimum: 0, maximum: 35}
);
function handleFormSubmit(ele) {
var submitButton = ele.querySelector(‘input[type=submit]’);
var spinner = document.createElement(‘span’);
spinner.setAttribute(‘class’, ‘loader’);
submitButton.setAttribute(‘disabled’, true);
submitButton.style.cursor = ‘wait’;
submitButton.parentNode.appendChild(spinner);
return true;
}
function resetSubmitButton(e){
var submitButtons = e.target.form.getElementsByClassName(‘submit-button’);
for(var i=0;i<submitButtons.length;i++){
submitButtons[i].disabled = false;
}
}
function addChangeHandler(elements){
for(var i=0; i<elements.length; i++){
elements[i].addEventListener('change', resetSubmitButton);
}
}
var form = document.getElementById('form168');
addChangeHandler(form.getElementsByTagName('input'));
addChangeHandler(form.getElementsByTagName('select'));
addChangeHandler(form.getElementsByTagName('textarea'));
var nodes = document.querySelectorAll('#form168 input[data-subscription]');
if (nodes) {
for (i = 0, len = nodes.length; i < len; i++) {
var status = nodes[i].dataset ? nodes[i].dataset.subscription : nodes[i].getAttribute('data-subscription');
if(status ==='true') {
nodes[i].checked = true;
}
}
};
var nodes = document.querySelectorAll('#form168 select[data-value]');
if (nodes) {
for (var i = 0; i < nodes.length; i++) {
var node = nodes[i];
var selectedValue = node.dataset ? node.dataset.value : node.getAttribute('data-value');
if (selectedValue) {
for (var j = 0; j < node.options.length; j++) {
if(node.options[j].value === selectedValue) {
node.options[j].selected = 'selected';
break;
}
}
}
}
}

/* RESET */ .elq-form * { margin: 0; padding: 0; } .elq-form input,textarea { -webkit-box-sizing:content-box; -moz-box-sizing:content-box; box-sizing:content-box; } .eloqua-form form { font-size: 0; max-width: 960px; margin: 0px auto 0 auto; z-index: 1; position: relative; } div#formElement1 .field-style._100, div#formElement3 .field-style._100, div#formElement5 .field-style._100, div#formElement8 .field-style._100, div#formElement9 .field-style._100 { padding: 0; } .elq-form .form-design-field { display: inline-block; vertical-align: top; width: 50%; box-sizing: border-box; padding: 0 !important; margin: 0 0 20px; } .elq-form input[type=text],.elq-form textarea,.elq-form select[multiple=multiple] { border: 1px solid #A6A6A6; box-shadow: inset 0 0 0 2px #EEE !important; padding: 14px 20px !important; border: 0; border-radius: 0; font-weight: 600; font-size: 15px; height: 52px; font-family: graphicusdt-light; } #formElement7, #formElement8 { width: 25%; } #formElement11 { width: 100%; margin: 0 0 25px; } .elq-form button,input[type=reset],input[type=button],input[type=submit],input[type=checkbox],input[type=radio],select { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; } /* GENERIC */ .elq-form input { height: 16px; line-height: 16px; } .elq-form .item-padding { padding:6px 5px 9px 9px; } .elq-form .pp-group { padding:0px 5px 0px 9px; } .elq-form .pp-field { padding:6px 0px 9px 0px; } .elq-form .field-wrapper.individual { float: left; width: 100%; clear: both; } .elq-form .field-p { position: relative; margin: 0; padding: 0; } .elq-form .zIndex-fix { position: absolute; z-index: 1; top: 0; left: 0; right: 0; bottom: 0; } .elq-form .field-design { position:absolute; z-index:2; top:0; left:0; right:0; bottom:0; margin:0; padding:0; } .elq-form .no-fields-prompt { float: left; width: 100%; height: 150px; padding-top: 50px; clear: both; } /* SECTION BREAKS */ .elq-form .section-break { float:left; width: 97%; margin-right:2%; margin-left:1%; padding-bottom:6px; } .elq-form .section-break .heading { width:100%; font-weight: bold; margin:0; padding:0; } /* LABEL */ .elq-form .required { color: red !important; display: inline; float: none; font-weight: bold; margin: 0pt 0pt 0pt; padding: 0pt 0pt 0pt; } /* FIELD GROUP */ .elq-form .field-group { float: left; clear: both; } .elq-form .field-group.large { width:100%; } .elq-form .field-group.medium { width:51%; } .elq-form .field-group.small { width:31%; } .elq-form .field-group .label { float:left; width:97%; margin-right:2%; margin-left:1%; padding-bottom:6px; font-weight: bold; } .elq-form .field-group .field-style { float: left; } .elq-form .progressive-profile .pp-inner { float: left; clear: both; } .elq-form .progressive-profile .pp-inner.large { width:100%; } .elq-form .progressive-profile .pp-inner.medium { width:51%; } .elq-form .progressive-profile .pp-inner.small { width:31%; } /* RADIO */ .elq-form .radio-option { display: inline-block; } .elq-form .radio-option .label { display:block; float:left; padding-right:10px; padding-left:22px; text-indent:-22px; } .elq-form .radio-option .input { vertical-align:middle; margin-right:7px; } .elq-form .radio-option .inner { vertical-align:middle; } /* CHECKBOX */ .elq-form .checkbox-span { display:inline-block; } .elq-form .checkbox-label { padding-left:7px; position: relative; bottom:3px; } /* INPUT */ .elq-form .accept-default { width:100%; } /* SIZING */ .elq-form .field-style { margin-right:2%; margin-left:2%; } .elq-form .field-style._25 { width:21%; } .elq-form .field-style._50 { width:46%; } .elq-form .field-style._50_left { clear:left; width:46%; } .elq-form .field-style._75 { width:71%; } .elq-form .field-style._100 { width: auto; margin-left: 0; margin-right: 0; padding: 0 18px 0 0; } .elq-form .field-size-top-small { width:30%; } .elq-form .field-size-top-medium { width:75%; } .elq-form .field-size-top-large { width:100%; box-sizing: border-box; } .elq-form .field-size-left-small { width:21%; } .elq-form .field-size-left-medium { width:46%; } .elq-form .field-size-left-large { width:60%; } /* INSTRUCTIONS */ .elq-form .instructions.default { color:#444444; display:block; font-size:10px; padding:6px 0pt 3px; } .elq-form .instructions.group { float:left; width:97%; margin-right:2%; margin-left:2%; padding:6px 0pt 3px; color:#444444; display:block; font-size:10px; } .elq-form .instructions.left-single { margin:0 0 0 33%; } .elq-form .instructions-other { margin:0; } /* POSITIONING */ .elq-form .label-position.left { display:block; line-height:150%; padding:1px 0pt 3px; float:left; width:31%; margin:0pt 15px 0pt 0pt; word-wrap:break-word; overflow-wrap: break-word; } .elq-form .label-position.top { display:block; line-height:150%; padding:1px 0pt 3px; white-space:normal; color: #FFF; display: none; } .elq-form .label-position.alignment-left { text-align: left; } .elq-form .label-position.alignment-right { text-align: right; } /* LIST ORDER */ .elq-form .list-order { display:block; } .elq-form .list-order.oneColumn { margin:0pt 7px 0pt 0pt; width:100%; clear:both; } .elq-form .list-order.twoColumn { float:left; margin:0pt 7px 0pt 0pt; width:38%; } .elq-form .list-order.threeColumn { float:left; margin:0pt 7px 0pt 0pt; width:30%; } .elq-form .list-order.oneColumnLeft { float:left; margin:0pt 7px 0pt 0pt; width:100%; } .elq-form .list-order.twoColumnLeft { float:left; margin:0pt 7px 0pt 0pt; width:38%; } .elq-form .list-order.threeColumnLeft { float:left; margin:0pt 7px 0pt 0pt; width:30%; } /* GRID STYLE */ .elq-form .grid-style { display:inline; float:left; margin-left:2%; margin-right:2%; } .elq-form .grid-style._25 { width:21%; } .elq-form .grid-style._50 { width:46%; } .elq-form .grid-style._75 { width:71%; } .elq-form .grid-style._100 { width:96%; } #formElement10 input.submit-button { font-family: graphicusdt; font-weight: 600; border-radius: 0; border: none; box-shadow: none; margin: 0 auto !important; display: block !important; background: #673E92; color: #FFF; font-size: 24px !important; font-weight: 600; padding: 8px 0px !important; letter-spacing: 0.04em; position: relative; z-index: 1; text-align: center; } #eloqua-submitted { text-align: center; color: #FFF; font-size: 26px; background: #00bedf; display: block; padding: 25px 0; } .elq-form #formElement9, .elq-form #formElement10 { display: block; width:100%; vertical-align: top; } .elq-form #formElement9 select { width: 9%; display: inline-block; vertical-align: top; float: none; text-align: left; margin-right: 10px; font-size: 16px; padding: 4px 10px !important; } .mac .elq-form #formElement9 select { background-position: 90% 16px; background-size: 8px; } .elq-form #formElement9 label.label-position.top { display: inline-block; width: 55%; text-align: left; vertical-align: top; margin-bottom:30px; font-size: 14px; } .elq-form select { border: 1px solid #A6A6A6; box-shadow: inset 0 0 0 2px #EEE !important; padding: 14px 20px !important; border: 0; border-radius: 0; font-weight: 600; font-size: 15px; height: 52px; font-family: graphicusdt-light; } .elq-form #formElement9, .elq-form #formElement10 { text-align: center; } @media only screen and (max-width: 768px){ .elq-form .form-design-field { width: 100%; } #formElement7, #formElement8 { width: 50%; } .eloqua-form form { //padding-left: 18px; } .elq-form .field-style._100 { padding:0; } .elq-form #formElement9, .elq-form #formElement10 { width:100%; } }

Offer valid for residential customers only and will expire July 31, 2020. On Demand movie bill credit up to $5.99 per movie. Offer is non-transferable and may not be exchanged or substituted for other credit. Photocopies prohibited. A digital converter is required to receive On Demand selections. Your account will be credited the cost of your selection, up to $5.99. On Demand credit may take 1 to 2 billing cycles for credit to appear on bill. Must redeem within 30 days from the order date of your On Demand movie. Not valid on adult content, events or Subscription On Demand. Other restrictions may apply. © Wave. All rights reserved.

Service offerings are contingent upon Wave verification that the specific address covered by the service request is an Wave serviceable location. Prices do not include taxes, franchise fees or other surcharges. Services and pricing are subject to change. All photos used within residential.wavebroadband.com are intellectual properties of their respective owners. Services are subject to terms and conditions of Wave’s subscriber agreements, on-line policies, and other applicable terms and conditions. Other restrictions may apply.