Problem/Motivation

One of our CiviCRM forms has an address field that's split up in street, street_number, box, postal_code and city fields. In Webform, an address field is a composite element, which basically means that it's 1 element with a bunch of sub elements. Currently, it doesn't seem to be possible to link CiviCRM fields with these sub elements.

Screenshot

Comments

DieterHolvoet created an issue. See original summary.

jaapjansma’s picture

Status: Active » Needs review

This is now added in version 2.1.0-beta8 of this module. You have to make sure that name the elements in your form processor as 'address_city', 'address_country' etc... The address_ is the key of the composite element. The _city and _country are the sub elements (which you cannot give another name in the webform.

dieterholvoet’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.