webform_combine_fields
1 sites
No security coverage
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.