hook_form_alter() is the hook implemented by Drupal modules to alter the forms implemented by other modules.
How can I add a custom configuration area to a node edit form just beneath the Authoring Information & Publishing …
drupal-7 hook-form-alterSo I have three types of users - admin, LA admin and users. I am trying to set it up …
forms drupal hook hook-form-alteri need to insert data in my tables after user creation. I think to use hook_form_alter() for $form_…
drupal hook-form-alterDrupal 7. Webforms 3.x. I am trying to modify a webform component value on submit. I made a custom module called …
php drupal drupal-7 drupal-webform hook-form-alterI have two profile2 profiles defined - main and customer_profile. Also, I have a node type called Customer. When …
drupal-7 profile hook-form-alterI need to override the 'user/%user/edit' page for a specific user role, say 'foo_role'. I have successfully …
drupal drupal-7 user-profile hook-form-alterI have used form_alter function to change the value of a component but it does not change and default …
php drupal drupal-7 hook-form-alter