Skip to content

Instantly share code, notes, and snippets.

@LMG23
Created January 17, 2023 22:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LMG23/1c36e6736ce1b6fbeaa0723493a46dee to your computer and use it in GitHub Desktop.
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