Drupal 7 Form API (test)

  1. What is your favorite color
    yellow
  2. What is the naming convention for the validation call back of a form that Drupal will automatically look for?
    module_name_myform_validate($form, &$form_state)
  3. Basic Form attributes for a textfield from element
    • #title => t('title'),
    • #decription => t('description),
    • #type => 'textfield',
Author
aczietlow
ID
210939
Card Set
Drupal 7 Form API (test)
Description
Drupal 7's form api including available form attributes, form function calls and more.
Updated