validations
Permalink 1 user found helpful
I am using form helper class to make a form for block admin interface.
I want to implement javascript(client side validations) for the fields.I looked at the class but i didn't find any function for validation.
So can someone point me where should I look for that?
Thanks in advance.
I want to implement javascript(client side validations) for the fields.I looked at the class but i didn't find any function for validation.
So can someone point me where should I look for that?
Thanks in advance.
In /blocks/your_block/controller.php:
In /block/your_block/auto.js: