Is there a tutorial on how to use the designer events found on designer events tab?
Otherwise, is there a cfv5 tutorial or faq on enabling/disabling validation for some field?
Thank you
maxx
Hi Maxx,
There's no tutorial that I know of :-(
What exactly do you need to do? Sometimes you can turn validation on and off by disabling or hiding the input. Unfortunately the validations are set when the form loads and I haven't found a way to change them after that. When I need to do so I have switched to using the jQuery validation library which offers more control.
Bob
Hi Maxx,
You can run a function onChange - the problem is that, at that point, changing the class doesn't change the validation as that was set when the form loaded.
Bob
Hi Maxx,
You can run a function onChange - the problem is that, at that point, changing the class doesn't change the validation as that was set when the form loaded.
Bob