Last active
July 5, 2018 14:53
-
-
Save eeertekin/79e2196ba37ed79909f9b3b1e9de1253 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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