Disable "warning" required message on tab. Just onValidate.

Hi all,

An easy question I can’t find. I just want to check if required fields (and/or email fields) are all correct, but when I submit the form, not when I tab. Is very annoying when I back to a field to crrect, and starts to warning about required fields not filled and so on.

I know I can do it programatically onValidate event, but I would like to know if there are some way to tell SC to check this validation checks on submit

Regards.

disable the ajax validation, it will work only on submit.

Or disable the required checkbox and check in onvalidate.

:confused: where?

OOps i tried it again didn’t work as supposed to

I remember long time back noticed this but now is not the place in application > settings > error settings > ajax stuff :frowning:

try Albert’s suggestion instead