Book Now
Progress with the Connected Spa
');
$j("form#contact-form").hide();
$j.post($j(this).attr('action'),formInput);
hasError = false;
return false;
} else {
$j("form#contact-form").before('
Email server problem
');
return false;
}
}
return false;
});
});