Step 1: Go to Tools -> Pages
Step 2: On the Page editor, click on Widgets
Step 3: Click on BB Form Widget and Insert the Form ID*
Form ID: For a membership form, copy the portion after 'showForm' in the embed code of the form (highlighted below in bold). This is the Form ID. Paste this into the widget, and the form will be embedded on the page.
Example:
<div id="bbox-root-ca621b1b-0ee4-45b4-91b3-501c9d717d1e"></div>
<script type="text/javascript">
var bboxInit2 = bboxInit2 || [];
bboxInit2.push(function () {
bboxApi.showForm('ca522b1f-5ee5-62a4-91b4-502b9d817p1e
');
โ });
(function () {
var e = document.createElement('script'); e.async = true;
e.src = 'https://bbox.blackbaudhosting.com/webforms/bbox-2.0-min.js';
document.getElementsByTagName('head')[0].appendChild(e);
}());
</script>