Top "Hook-form-alter" questions

hook_form_alter() is the hook implemented by Drupal modules to alter the forms implemented by other modules.

drupal alter node edit form

How can I add a custom configuration area to a node edit form just beneath the Authoring Information & Publishing …

drupal-7 hook-form-alter
How to hide certain fields on the User Edit form in Drupal?

So I have three types of users - admin, LA admin and users. I am trying to set it up …

forms drupal hook hook-form-alter
After submit action in form_alter

i need to insert data in my tables after user creation. I think to use hook_form_alter() for $form_…

drupal hook-form-alter
Using Hook_form_alter on webform submitted values

Drupal 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-alter
Drupal 7 load profile2 programmatically

I have two profile2 profiles defined - main and customer_profile. Also, I have a node type called Customer. When …

drupal-7 profile hook-form-alter
Drupal 7 Edit User Page Override

I 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-alter
set webform component value using hook_form_alter in drupal

I 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