Skip to content
Snippets Groups Projects
Forked from project / field_hidden
1 commit ahead of the upstream repository.
user avatar
Arnaud Willame authored
215ee8e8
History

Field Hidden

Field Hidden defines HTML input[type='hidden'] element widgets for these core field types:

  • decimal, float, integer
  • text, long text

For a full description of the module, visit the project page.

Submit bug reports and feature suggestions, or track changes in the issue queue.

Table of Contents

  • Requirements
  • Installation
  • Configuration
  • Maintainers

Requirements

This module requires no modules outside of Drupal core.

Installation

Install as you would normally install a contributed Drupal module. For further information, see Installing Drupal Modules.

Configuration

  • Select the 'Hidden field' widget for a field in the entity type's 'Manage form display' dialogue.
  • The 'Hidden field' widget is not the same as selecting '- Hidden - '; the latter excludes the field entirely from forms (leaving the field un-editable).

Maintainers