Skip to content

Instantly share code, notes, and snippets.

@rruhlen
Created February 28, 2018 00:02
Show Gist options
  • Save rruhlen/47254880d58ee0537b1cfdc3de9d3c8e to your computer and use it in GitHub Desktop.
Save rruhlen/47254880d58ee0537b1cfdc3de9d3c8e to your computer and use it in GitHub Desktop.
jQuery to move captcha to another location on the Desk email widget
<script type="text/javascript">
$(document).ready(function() {
$(".g-recaptcha").insertBefore("<field>");
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment