Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Intent is to simplify forms by hiding certain form fields. There is no UI for
this module. Form tweaks are configured through a variable setting.
The individual configurations are set by providing the form id to affect as well
as the user roles to affect.
How to Use:
Define the different form fields to hide within your settings.php file. The
structure is an associative array, of arrays. The key is the role name to
affect, the value is an array of form elements to hide. If the form element
is an array, the first value is the form element, the second is the specific
form_id to hide it on.