-
-
Save LMG23/1c36e6736ce1b6fbeaa0723493a46dee to your computer and use it in GitHub Desktop.
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