Can I update data on Adobe Campaign from an ACC landing page form? | Community
Skip to main content
Level 2
June 29, 2021
Solved

Can I update data on Adobe Campaign from an ACC landing page form?

  • June 29, 2021
  • 2 replies
  • 1625 views

Hello guys!

 

I would like to know if it is possible to update data from recipients if they fill an Adobe Campaign generated form. This is because I would like to send to my profiles an email with a link to a form, so they could update their information, and I'd like that information to be updated automatically on a List in Adobe Campaign.

 

I would appreciate your help in order to plan some campaigns.

 

Thank you very much in advance!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Anita_punmiya

Hi @andregonzalez 

 

You can update the Adobe campaign DB with the help of landing pages.

Use xtk.session.Write function in JS activity for the data fields to be updated upon form submission .

Refer this link : https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-questions/web-application-java-script/qaq-p/357368

 

Thanks.

2 replies

CedricRey
Level 5
June 30, 2021

Hi @andregonzalez ,

 

You can absolutely updates through the web forms. This is one of their main purposes.

But the real question is about security !

Of course, the datas MUST be secured and impossible to guess outside the platform. For this purpose, ACC offer encrypt mecanism. By this way, you encrypt the recipient id in the sent message, "impossible" to decrypt externally (because it uses internal key). When recipient click the link, the plateform decrypt the id with the built-in functionnality and retrives the recipient's informations. At this point, you can add forms, and finally a save activity in the web form workflow.

 

Cedric

Anita_punmiya
Anita_punmiyaAccepted solution
Level 5
July 5, 2021

Hi @andregonzalez 

 

You can update the Adobe campaign DB with the help of landing pages.

Use xtk.session.Write function in JS activity for the data fields to be updated upon form submission .

Refer this link : https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-questions/web-application-java-script/qaq-p/357368

 

Thanks.