I have a form that use displayFieldError when submitted to display errors on fields. I need to show/hide a container on certain error conditions, is possible to chain a js action on it?
I have a form that use displayFieldError when submitted to display errors on fields.
Share
Extending and redefining methods is a normal practice in Object Oriented development. Besides, you can do that globally by creating this:
This will work across your project and will not loose any functionality.