Sitecore 8: First and Last Name fields not filled in the List Manager

I am working on Sitecore 8 rev 150621. I added a save action to the Sitecore WFFM form to add the user to the list in Sitecore List Manager. When I submit the form, the user is added to the selected list, but the "Name" and "Last" fields of the list inside the List Manager are not populated.

enter image description here

+4
source share
1 answer

To fill in the data on Contact List, you need to save it in the Contact record in xDB using Update Contact Details Save Actionin your form.

, , Contact List, , , Experience Profile.

Update Contact Details xDB .

enter image description here

"" "Facets > Personal > First name". .

.

+3

Source: https://habr.com/ru/post/1614254/


All Articles