How can i use this module with Webform Validation? I wrote a own validation function in my module using webfrom validation hooks and i would like to use this with clientside validation module too.

Comments

attiks’s picture

Status: Active » Needs work

You can not do it for the moment, the only 'custom' rule supported is regular expressions. To be able to solve this we need to extend the logic and add some hooks you can respond to in your own module.

attiks’s picture

Status: Needs work » Closed (duplicate)