window.addEvent('domready', function() { $('chronoform_custom_tour_request').addClass('hasValidation'); formCheck_custom_tour_request = new FormCheck('chronoform_custom_tour_request', { onValidateSuccess: $empty, display : { showErrors : 1, errorsLocation: 3 } }); });