the custom data mapping field - add support for webform composite fields

Created on 11 June 2025, 26 days ago

Problem/Motivation

In https://www.drupal.org/project/activecampaign/issues/3471575 Add support for drupal webform composite fields Active , we added support for mapping Webform composite fields.

However, we noticed that mapping could also be handled via the custom data mapping field (e.g., for custom ActiveCampaign fields).

I tested whether dot notation would already work - for example:

```
field[%GENDER%,0]: 'person.gender'
```
(where person is a Webform composite field and gender is a subfield),

but it didn’t work as expected.

It looks like this functionality should be extended to support composite fields in this context as well.

Feature request
Status

Needs work

Version

1.0

Component

Code

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024