Drupal is a registered trademark of Dries Buytaert
External Authentication Module externalauth crossed 100,000 active installs. Config Ignore Module config_ignore crossed 100,000 active installs. Emulsify Tools 2.1.2 Minor update available for module emulsify_tools (2.1.2). AI (Artificial Intelligence) 1.5.0-alpha2 New alpha version released for module ai (1.5.0-alpha2). Sitemap Module sitemap crossed 50,000 active installs. Color backport Module color crossed 50,000 active installs. Extra Paragraph Types (EPT): Micromodal 2.0.1 Minor update available for module ept_micromodal (2.0.1). Extra Paragraph Types (EPT): Timeline 2.0.1 Minor update available for module ept_timeline (2.0.1). Voting API Module votingapi crossed 1,000 active installs. Extra Paragraph Types (EPT): Images 2.0.0 Module ept_images updated after 10 months of inactivity (2.0.0).

This module allows you to use ECA models to power custom action buttons displayed next to form fields, enabling you to define complex logic for those buttons without custom code. It's useful for features like content suggestions, AI-powered field filling, and on-demand data lookups.

ECA Field Widget Actions

Integrates ECA with the Field Widget Actions module, allowing you to build custom field widget action buttons powered by ECA models.

How it works

The Field Widget Actions module attaches action buttons to form fields -- for example a "Suggest" button next to a text field. This module bridges those buttons to ECA so you can define what happens when a button is clicked using an ECA model instead of custom code.

  1. Create an ECA model with the ECA Field Widget event.
  2. The module automatically registers a Field Widget Action plugin for that model. It appears in the list of available actions for any field widget.
  3. When a user clicks the action button on a form, the ECA event fires with the current entity, field name, and field index as context.
  4. Your ECA model evaluates conditions and executes actions -- for example calling an external API or processing the entity's existing field values.
  5. Use the Set field widget value action to return a list of suggestions to the field widget.

This is useful for content suggestions, AI-powered field filling, data lookups, or any scenario where a field value should be computed on demand.

Activity

Total releases
2
First release
Mar 2026
Latest release
3 months ago
Releases (12 mo)
2 ▲ from 0
Maintenance
Active

Releases

Version Type Release date
1.0.0-beta1 Pre-release Apr 10, 2026
1.0.x-dev Dev Mar 7, 2026