There are lots of modules to operate forms (the best-known is Webform https://drupal.org/project/webform) in Drupal, but it also has two more useful functions. Hooks hook_form_alter and hook_form_validate allows you to automatically adapt generated forms by Drupal and simultaneously provides their special validation.
Kategorie