You are submitting a booking inquiry for West Park Village. Please take a few minutes to complete this form. Upon submission, a Reliant Worldwide representative will respond to your inquiry within 2 business hours.
$.validator.setDefaults({ submitHandler: function() { alert("submitted!"); } });
$().ready(function() {
// validate the comment form when it is submitted
$("#formID").validate();