Skip to content

Instantly share code, notes, and snippets.

@eeertekin
Last active July 5, 2018 14:53
Show Gist options
  • Save eeertekin/79e2196ba37ed79909f9b3b1e9de1253 to your computer and use it in GitHub Desktop.
Save eeertekin/79e2196ba37ed79909f9b3b1e9de1253 to your computer and use it in GitHub Desktop.
<script src="//js.jotform.com/actions.js"></script>
<script>
// INIT JotFormActions
if (typeof window.JotFormActions === "undefined") {
window.JotFormActions = JotFormActions("project-id");
}
</script>
// Simple tick on an action (click, view, scroll, or anything else)
if (typeof window.JotFormActions !== "undefined") {
window.JotFormActions.tick({actor:"eee", "action":"click", "target":"create-form"})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment