Tuesday, December 14, 2010

How to alter an form?

hook_form_alter(&$form, &$form_state, $form_id)

put an if condition for form id & based on that write the code.

hook_form_FORM_ID_alter(&$form, &$form_state)

No comments:

Post a Comment