S1300 Blackbaud Checkout

Add the S1300 tag to a PageBuilder page to display donation button options that lead your donor to Blackbaud Checkout.

Note: Donation forms only display on securely-hosted PageBuilder pages.

How do I use this tag? You'll add this tag to a secure PageBuilder page to render a donation form that leads a donor to Blackbaud Checkout. See Blackbaud Checkout.

Can I customize my web page? See Customize Blackbaud Checkout.

How can I customize donation button styles? See Customize S1300 .

Tip: Don't embed S1300 in an email. Instead, link to the PageBuilder page that uses the S-Tag.  

Application

Donations

Can You Add This S-Tag in the Luminate Online Content Editor?

No, add the S-Tag code to the HTML using the Plain Text Editor.

Parameters:

form_id - The donation form ID of a published, Online Giving donation form. The form must be in a campaign that is associated with Blackbaud Secure Payments. See the prerequisites here: Set up Blackbaud Checkout.

Tip: To find the Form ID number, go to Fundraising > Donation Management > Online Giving > All Donation Forms, locate the form and note its Form ID number in the Name column.

Note: If you use MultiCenter, use a uniquely identifiable donation form for each center so that transactions are tracked to the correct site.

Standard example

[[S1300:<form_id>]]

XHTML example

<convio:session name="1300" param="form_id"></convio:session>

Customize S1300

If you're interested in customizing the initial donation form page rendered by the S1300 S-tag, you can review the page code and customize it. The page contains a "div" element that has a css class on it called "custom." The custom class does not have any css. It's there for you to use and customize.

The div tag in the HTML can be found in this line:

<div id=” secure_checkout_container" class="secure-checkout-container custom">

HTML example for the S1300 tag

You can download a file of the example HTML code or view it below.

CSS for the S1300 tag

You can download a file with the CSS code, or view it below.