Recommended releases

Download Released

Provides two helper widgets for the Field API:

Hidden: this widget doesn't show anything on the edit form, and as a consequence
prevents the user from modifying the content of the widget. This is useful in
some situations where using hook_field_access() is not suitable
(for example when you want to have different edit forms for different users).

Read-only: this widget shows the content of the field on the edit form,
but doesn't allow the user to edit it. The content is rendered using one of the
formatter of the field.

Installation

Issues

Bugs and feature requests should be reported in the
Issue Queue.

Current Maintainer

Justin Keiser

Credits

License

This project is GPL v2 software. See the LICENSE.txt file in this directory for complete text.