Hi!
I have a problem with validation. My form is a MultiPage form and it alidate and stop where the error is but the error message is not shown.
I did a view source in IE9 and found this:
I supose that showErrors should be set to 1 but I can´t figure out where to change this value.
Thanks in advance
JeLu
I have a problem with validation. My form is a MultiPage form and it alidate and stop where the error is but the error message is not shown.
I did a view source in IE9 and found this:
<script type="text/javascript">
//<![CDATA[
window.addEvent('domready', function() {
document.id('chronoform_my_test').addClass('hasValidation');
formCheck_my_test = new FormCheckMax('chronoform_my_test', {
onValidateSuccess: function(){},
display : {
showErrors : 0,
errorsLocation: 1 }
});
});
//]]>
I supose that showErrors should be set to 1 but I can´t figure out where to change this value.
Thanks in advance
JeLu