Skip to content

Instantly share code, notes, and snippets.

@Pavracer
Created August 24, 2021 07:59
Show Gist options
  • Save Pavracer/c28a2e9b973755c8d1c3b3d0d8a5f3b9 to your computer and use it in GitHub Desktop.
Save Pavracer/c28a2e9b973755c8d1c3b3d0d8a5f3b9 to your computer and use it in GitHub Desktop.
<!-- Example One -->
<div id="bbox-root"></div>
<script type="text/javascript">
window.bboxInit = function () {
bbox.showForm('9040803f-9231-4926-8779-07b5ee29e55d');
};
(function () {
var e = document.createElement('script'); e.async = true;
e.src = 'https://bbox.blackbaudhosting.com/webforms/bbox-min.js';
document.getElementsByTagName('head')[0].appendChild(e);
} ());
</script>
<!-- End of Example One -->
<!-- Example Two -->
<div class="cognito">
<script src="https://www.cognitoforms.com/s/oUFiTjukvkuu5E-SGAUHnQ"></script>
<script>Cognito.load("forms", { id: "1" });</script>
</div>
<!-- End of Example Two -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment