At line 111 of forms.module there is a call do form_invoke_formapi($field,'load'), however this seems to be a complement to the loading of the old record, as shown below:
$old_field = db_fetch_object(db_query("SELECT * FROM {form_fields} WHERE ffid=%d", $field->ffid));
$old_field = drupal_unpack($old_field, 'flags');
forms_invoke_formapi($field, 'load');
Shouldn't this last line call the hook on $oldfield?
Comments
Comment #1
quicksketchForms and survey modules are no longer being maintained, use Webform module instead.
---Closing down issue queue of survey module---