How to turn-off client-side validation
Sorry if there is out there in documentation. I have tried to search but haven't found it. Is it possible to turn off the client-side field validation and just relay on server side? The client-side behavior seems to skip ToggleButtons, doesn't highlight the field red, etc. Would prefer just to use server-side as it's fast, it highlights all fields that break validation rules, etc. Any help appreciated!
2 Replies
I think if you use the rules method you can avoid the client side validation?
Thanks, I'll try that out!