$(document).ready(function() {

$(function() {
// validate contact form on keyup and submit
$("#webform-client-form-32").validate();
});

 });
