Organization Search Reference
The organization search form allows users to search for and choose an organization to donate to or create fundraisers. This reference explains all the attributes that can be added to the embed code to modify its behavior.
Embedding a Nonprofit Organization Search Form Learn how to embed an organization search form.
Parameters
Section titled “Parameters”data-partner-key
(required)
Section titled “data-partner-key (required)”type: string
Your partner key
<div class="plg-search" data-partner-key="[PARTNER KEY]"></div>
data-item-id
Section titled “data-item-id”type: string
Renders widget in “selected” mode. Used in conjunction with the fundraiser API. If you pass a fundraiser ID, the widget will auto-load the corresponding nonprofit with a “remove” option.
<div class="plg-search" data-partner-key="5b2666f49239efb29cbdfccaf9901618" data-item-id="[FUNDRAISER ID]"></div>
data-featured-uuid
Section titled “data-featured-uuid”type: string
Allows you to highlight or suggest a nonprofit in the search widget. Pass the nonprofit ID to feature.
<div class="plg-search" data-partner-key="5b2666f49239efb29cbdfccaf9901618" data-featured-uuid="[ORGANIZATION ID]"></div>
data-featured-copy
Section titled “data-featured-copy”type: string
Copy for the featured nonprofit.
<div class="plg-search" data-partner-key="5b2666f49239efb29cbdfccaf9901618" data-featured-uuid="c3eca6d1-0a91-496f-9599-8db3bdb48ea7" data-featured-copy="We recommend this organization"></div>
data-multiple-organizations
Section titled “data-multiple-organizations”type: boolean
Enables selecting multiple nonprofits for a fundraiser.
<div class="plg-search" data-partner-key="5b2666f49239efb29cbdfccaf9901618" data-multiple-organizations="true"></div>