Prepopulate Hide

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a companion to the Drupal 8 version of the Prepopulate module, although technically you can pre-fill the field values any other way you choose and this module can still work with them.

You can choose the form IDs (by string or regex pattern), and the fields within those forms to check. Each configured field will be checked for a value and hidden from the form if a value exists.

It works great with Prepopulate--put a configured field's value in the URL, and the field is magically hidden from display, but its value still exists in the form.

Field Off

Component type

module

Maintenance status

Development status

Component created

Component changed

This module is not like node expire like after some time interval node gets expired so same kind of thing this module does but with the field.

We have field in some form , it may be any form custom or administrative and in all the forms this module will have total control over the visibility of the field. You can hide the field or eliminate it totally from the view. It will totally depend on ones choice.

Link Plain Text Formatter

Component type

module

Categories

Maintenance status

Development status

Downloads

260

Component created

Component changed

The contributed module Link allows a Drupal 7 site builder to display a link in plain text. The text displayed is the link's title when there is one, or the link's URL if there is none.

Since Link was included in core in Drupal 8, it's no longer possible to display the link's title as plain text. You can however display the link's URL as plain text. This is where Link Plain Text Formatter comes in, it provides an extra Link Formatter with the behaviour outlined above.

Protected File (from download)

Component type

module

Maintenance status

Development status

Downloads

1230

Component created

Component changed

Protected file module provide a new field type which extends File field and permit to enable/disable for each file the possibility to prevent users to download the file, if they don't have the right permission, whereas the file is still visible on the page.

This module is useful if you want to prevent users to download file, but you want display the file regardless.

REQUIREMENTS

This module provide a new field type "Protected file" based on the File field type. File is provided by Drupal core.

Field Token Value

Component type

module

Categories

Maintenance status

Development status

Downloads

1602

Component created

Component changed

This module creates a Field API type and widget which allows a field to be created with the value containing tokens. A simple field formatter is also provided to allow for the field value to be output on the page.

The value and tokens for the field are set within the instance settings with the field value being set in a presave.

Field Condition

Component type

module

Maintenance status

Development status

Component created

Component changed

Description

The module exposes an entity field condition which can be configured to hide or show a block based on the host entity field value. Not only does this condition work with blocks, it can be used with any contributed module that utilizes the condition plugin system. Currently this only works for node entities, but there are plans to expand this concept to other entity types.