Skip to content

Instantly share code, notes, and snippets.

@koenbok
Created May 21, 2022 12:32
Show Gist options
  • Save koenbok/d9c1e95fd2e05cf055a5df29a9419b99 to your computer and use it in GitHub Desktop.
Save koenbok/d9c1e95fd2e05cf055a5df29a9419b99 to your computer and use it in GitHub Desktop.
// 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