-
-
Save koenbok/d9c1e95fd2e05cf055a5df29a9419b99 to your computer and use it in GitHub Desktop.
This file contains 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
// Configure the following snipped and add it to the <body> of your site | |
<script src="//bokform.com/scripts/main.js"> | |
<script> | |
bokform.loadForm({ | |
formId: "abc123", // Your form id | |
elementSelector: "#mySelector" // The element you want to attach the form to | |
}) | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment