This project is not covered by Drupal’s security advisory policy.

A widget to set field values programmatically via a "value" FAPI element. By setting these in the entity form, it prevents the need for complicated and often hard-to-maintain form alters to populate values.

How to use

Place the field on your content type/bundle/entity type's "Manage form page and select the "Value" widget. Configure the field to use a static value (supports tokens) or a callback function/method for use to populate the field's values.

When the form is submitted, the values configured in the widget are set onto the entity via the core entity field form handling process.

Project information

Releases