By mukhsim on
I building a module for Drupal 6 that will provide bulk image upload capability with Java applet for CCK imagefields.
The module should be customizable per field instance. The form displayed at admin/content/node-type/mynodetype/fields/field_mynodetype_myfield should save some additional field settings as in Mynodetype settings fieldset.
Is there a way of adding these additional settings to the field settings form so that all information is automatically saved when field settings are saved? This form's id is "content_field_edit_form".
Delf.