This module lets you combine values from multiple fields on a webform into a single, designated field. This is useful for creating fields like "Full Name" from separate first and last name fields, or for populating a single comment field before submitting form data.
This module provides a Webform handler that allows you to combine submitted field values into a separate field on the form. It can handle simple use cases such as combining First Name and Last Name fields into a Full Name, or combining data into a Comments field before submitting to a CRM.
Post-Installation
- Install and enable the module as usual.
- Enable the handler for a form under Settings -> Emails/Handlers.
- Specify the field that should hold the combined values
- Use webform submission tokens (
[webform_submission:values:*]or other tokens to populate the combined field data.
Additional Requirements
Requires the Webform module.