Dennis
3/21/2019 - 3:08 PM

Template AMPScript

<!--%%[

/* FormSuite Hash functie */
VAR @salt, @hash, @prefill
SET @salt = Lookup("FS Settings","value","code","salt")
SET @hash = SHA256(Concat(@salt,emailaddr))
SET @prefill = Concat("id=",SubscriberId,"&hash=",@hash)

/* AttributeValue voor NB */
VAR @dataSourceName, @subscriberKey
SET @dataSourceName = AttributeValue('_datasourcename')
SET @subscriberKey = AttributeValue('_subscriberkey')

]%%-->