Closed (fixed)
Project:
ImageCache
Version:
6.x-1.0-alpha2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Aug 2008 at 11:46 UTC
Updated:
20 Jan 2009 at 03:20 UTC
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
Comment #1
trogie commentedok, I found a way to validate a form_element by using #element_validate: http://drupal.org/node/144132#element-validate
Comment #2
drewish commented