Experimental Project

This is a sandbox project, which contains experimental code for developer use only.

This module allows to create hidden fields.
Example:

<?php
$field
= array(
 
// Set up your field array as usual.
);
$field['settings']['hidden'] = TRUE;
field_create_field($field);
?>

Hidden fields are removed the administrative interface, as well from editing and viewing screens. They use a special 'hidden' widget and the special 'hidden' formatter provided by core.

Maintainers for Hidden field

  • tstoeckler - 5 commits
    last: 11 weeks ago, first: 31 weeks ago

Issues for Hidden field

To avoid duplicates, please search before submitting a new issue.
All issues
Bug reports