location.href='https://www.headwatersracquetclub.com/thank-you/';
$(form).find('input[type="text"]').val('');
$(form).find('input[type="email"]').val('');
$(form).find('input[type="tel"]').val('');
$(form).find('textarea').val('');
$(form).find('select').prop('selectedIndex', 0);
$(form).find('input[type="checkbox"]').prop('checked', false);
}
},
'json'
).always(function(){
$('#waitBox').remove();
$('#smokeScreen').remove();
});
return false;
}