How to view/show all data in the online version?
Hi all,
We are building an abandoned cart program in Responsys so when we receive the email launched by the event the data is OK but the list of products disappears when we click the version online link.
I mean, the list of products are OK in the email but are not showing in the mirror when we choose to watch the online version.
We are using this code line in the link:
<a style="color:#000000;text-decoration:underline!important;" href="${form(campaign.name, {'usedb':true})}" rilt="mirror" target="_blank"> Online-Version </a>
0