Skip to content

Instantly share code, notes, and snippets.

@LMG23
Created January 17, 2023 22:27
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/83b1df77ba8ccacf6d2d2ec7e5f39381 to your computer and use it in GitHub Desktop.
Save LMG23/83b1df77ba8ccacf6d2d2ec7e5f39381 to your computer and use it in GitHub Desktop.
<apex:page>
<script>
<!-- Reference a Salesforce User Preferences field to dynamically show/hide the survey widget -> if ({!$User.Disable_Embedded_Surveys__c} == false) { document.head.removeChild(document.getElementById('gf-embed-id'));
}
</script>
</apex:page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment