| drupal_execute | drupal/includes/form.inc | Retrieves a form using a form_id, populates it with $form_values,
processes it, and returns any validation errors encountered. This
function is the programmatic counterpart to drupal_get_form(). |
| drupal_process_form | drupal/includes/form.inc | This function is the heart of form API. The form gets built, validated and in
appropriate cases, submitted. |
| drupal_process_form | drupal/includes/form.inc | This function is the heart of form API. The form gets built, validated and in
appropriate cases, submitted. |