/TrackingWithMergeFields Secret
Created
January 17, 2023 22:31
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<apex:page> | |
<script type="text/javascript"> | |
<!-- Append merge field data to your survey using set Parameters method. Note that merge fields added in this way CANNOT be used for survey personalizations nor skip logic operators --> gf('setParameters',{'ContactID':'{!$User.Id}'}); | |
</apex:page> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment