Advertising sustains the DA. Ads are hidden for members. Join today

Contributed module documentation

Webform Workflows Element

This module provides a new element type for Webforms (D8+) that uses the core Workflows functionality to move submissions through a webform.

This means you define the workflow (with workflow type "Webform workflow"), then users with access can use the workflow transitions to modify the workflow status for each submission when editing. You can then track these submissions, trigger handler events, etc based on the workflow progress.

How to use the webform workflows element

Getting started with the webform workflows element.

Differences from Drupal 7 webform_workflow module

Summarises differences with webform_workflow and how to achieve the same results.

Control access to individual transitions

Restrict who can progress a submission through what transitions.

Create an e-mail handler on a workflow change

Send e-mails when submissions go through workflow transitions.

Disable transitions based on conditional logic

Restrict what transitions can be done based on the submission's values.

Guide maintainers

maxwellkeeble's picture