This project is not covered by Drupal’s security advisory policy.
This project is the development space to prepare #597280: Introduce form registry to fix various problems and increase security during Drupal 7, to come up with a working solution for D8.
This code has pre-alpha quality and we will rewrite it soon. Do not use on production sites.
Form module closes a gap in Drupal's framework. While we have CCK and Views for contents, Blocks and Panels for regions, and similarly configurable solutions for other things, we do not have a module to configure and control forms.
The primary purpose of this module was to have a "form spy"-alike helper that aids in retrieving and selecting form ids for modules like Compact forms, Journal, #translatable, or Fivestar. However, it quickly turned out that it could serve as general purpose API for most modules that implement hook_form_alter().
The first example implementation therefore exists in Vertical Tabs module.
For this reason, Form module does nothing on its own. It allows other modules to implement hook_form_info() to allow administrative users to configure and enhance any form in Drupal.
Installation
- Please see current README.txt.
Credits
Current maintainers:
This project has been sponsored by:
- unleashed mind
- Specialized in consulting and development of Drupal powered sites, our services include installation, development, theming, customization, and hosting to get you started. Visit http://www.unleashedmind.com for more information.
Project information
- Project categories: Administration tools, Developer tools
- Created by sun on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.

