Skip to content

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.

type: string

Your partner key

<div class="plg-search" data-partner-key="[PARTNER KEY]"></div>

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>

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>

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>

type: boolean

Enables selecting multiple nonprofits for a fundraiser.

<div class="plg-search"
data-partner-key="5b2666f49239efb29cbdfccaf9901618"
data-multiple-organizations="true"></div>