Skip to main content
All CollectionsPagesHow-to-Guides and FAQs
How to Add or Embed Blackbaud Membership Form into Almabase Pages?
How to Add or Embed Blackbaud Membership Form into Almabase Pages?
Krithipa R avatar
Written by Krithipa R
Updated over a week ago

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>


Did this answer your question?