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