| 1 |
Form inspect is a small module that enables developers to quickly view the contents of a form array.
|
| 2 |
|
| 3 |
Form inspect depends on the devel module (http://drupal.org/project/devel).
|
| 4 |
|
| 5 |
Todo: provide a better (collapsible?) interface to the form dump.
|
| 6 |
|
| 7 |
Configuration
|
| 8 |
=============
|
| 9 |
1 - After enabling the module, go to Administer >> Site configuration >> Form inspect (admin/settings/forminspect) and
|
| 10 |
- enable 'Display form information'.
|
| 11 |
- optionally enter form ids of forms that should be ignored. Enter one form id per line. * is a wildcard character.
|
| 12 |
2 - Form inspect requires the following access permissions Administer >> User administration >> Access control (admin/user/access):
|
| 13 |
- the 'access devel information' permission.
|
| 14 |
|
| 15 |
Author
|
| 16 |
======
|
| 17 |
Heine Deelstra <hdeelstra@gmail.com>
|
| 18 |
|
| 19 |
Please use the project's issue tracker for support requests.
|