Hello,

I'm looking for some way to process a configuration form for a custom imagecache action . I want to do some processing of the values (form) that get set for adding/configuring a custom imagecache action.

I already tried adding a $form['#validate'] (http://api.drupal.org/api/file/developer/topics/forms_api_reference.html...) but looks like this has no effect. Is that correct?

Comments

trogie’s picture

ok, I found a way to validate a form_element by using #element_validate: http://drupal.org/node/144132#element-validate

drewish’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.