I would like to be able to set the errorPlacement function per form, for example, rather than having that value set it in a single location in the database and define all the custom functionality within. Likewise for onkeyup, onsubmit, onblur, etc. Obviously it's far too complex to do with a user interface, but on a code level it would be a very nice extension.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

chiddicks’s picture

Patch adding a drupal_alter that accomplishes this. Not certain if this is the best way of doing this.

attiks’s picture

The D7 version has this build in, a backport would be nice. Can you do a backport?