Title: Givoly
Author: tomjvr
Published: <strong>August 5, 2026</strong>
Last modified: August 5, 2026

---

Search plugins

![](https://ps.w.org/givoly/assets/banner-772x250.png?rev=3635924)

![](https://ps.w.org/givoly/assets/icon-256x256.png?rev=3635924)

# Givoly

 By [tomjvr](https://profiles.wordpress.org/tomjvr/)

[Download](https://downloads.wordpress.org/plugin/givoly.zip)

 * [Details](https://wordpress.org/plugins/givoly/#description)
 * [Reviews](https://wordpress.org/plugins/givoly/#reviews)
 *  [Installation](https://wordpress.org/plugins/givoly/#installation)
 * [Development](https://wordpress.org/plugins/givoly/#developers)

 [Support](https://wordpress.org/support/plugin/givoly/)

## Description

**Givoly** is a completely free donation form extension designed by and for nonprofit
organizations. It lets nonprofits collect donations through Stripe and/or HelloAsso,
manage donors, track fundraising campaigns, and send customizable donor emails.

The plugin is maintained by **PLAID·ACT and its members**, with contributions from**
Tom JANVIER**. PLAID·ACT is a nonprofit organization: https://plaidact.org

#### Main features

 * **Donation forms with shortcodes**, including 5 visual themes (Givoly, Classic,
   Ocean, Sunset, Minimal) and 3 layouts (Card, Inline, Flat).
 * **Stripe payments** through Checkout Sessions.
 * **HelloAsso payments** with a dedicated payment button using the plugin’s bundled
   HelloAsso logo asset.
 * **Donor management** with donation history, total donated, and latest donation
   details.
 * **Fundraising campaigns** with goals, dates, descriptions, and progress bars.
 * **Admin dashboard** with statistics and latest donations.
 * **Customizable emails**: sender, logo, color, subjects, donation notifications,
   thank-you messages, and tax receipt templates.
 * **Annual fiscal receipt summary emails** from the Donors page, grouped by fiscal
   year.
 * **Individual or batch receipt sending** with recipient preview, queue status,
   retries, and customizable PDF attachments.
 * **CSV donation exports** with protection against formula injection.
 * **No tracking added by the plugin**: no advertising pixels, analytics scripts,
   or telemetry.

#### Shortcodes

**Donation form**

    ```
    [givoly_form]
    ```

Available attributes:

 Attribute
 Default value Possible values

 `theme`
 `givoly` `givoly`, `classic`, `ocean`, `sunset`, `minimal`

 `layout`
 `card` `card`, `inline`, `flat`

 `amounts`
 `10,25,50,100` whole-number amounts separated by commas

 `currency`
 `EUR` `EUR`, `USD`, `GBP`, `MAD`, `CHF`

 `campaign`
 empty campaign slug

 `title`
 `Make a donation` custom text

 `button_text`
 `Donate now` custom text

 `show_title`
 `yes` `yes`, `no`

 `gateway`
 admin setting `stripe`, `helloasso`

 `class`
 empty custom CSS class added to the form wrapper

To add CSS rules for a form, use WordPress’s native Additional CSS editor under

Appearance > Customize (or Appearance > Editor > Styles for block themes). The form
wrapper uses the `.givoly-wrap` class and the plugin does not store or execute arbitrary
CSS.

**Campaign total widget**

    ```
    [givoly_total campaign="my-campaign" display="bar"]
    ```

**Full campaign block (progress bar + form)**

    ```
    [givoly_campaign campaign="my-campaign"]
    ```

The campaign shortcode also accepts `show_title="no"`, `show_form`, `show_description`,`
layout`, and `theme`.

#### Annual fiscal receipt summaries

From **Givoly > Donors**, an admin panel lets you select a fiscal year and send 
a summary email to each donor who has at least one completed donation during that
period.

Before sending, complete the nonprofit details in **Givoly > Settings > Organization**:
name, address, email, SIRET/RNA, and tax approval or ruling information. The email
reminds donors of the total amount given, the number of donations, and the fiscal
information configured by the organization.

#### Quick setup

 1. Activate the plugin.
 2. Go to **Givoly > Settings**.
 3. Configure at least one payment gateway: Stripe, HelloAsso, or both.
 4. Complete your organization information.
 5. Customize emails if needed.
 6. Add `[givoly_form]` to a page or post.

### Privacy (GDPR)

Givoly collects the personal data required to process and follow donations: name,
email address, and optional donor profile fields. This data is stored in the nonprofit’s
WordPress database and is sent to the selected payment gateway only when required
to process a payment, redirect a donor to checkout, handle a webhook, or process
a refund.

Givoly does not add analytics scripts, advertising pixels, tracking cookies, or 
telemetry.

### External services

Givoly relies on third-party payment services only when a site administrator configures
and enables the corresponding gateway, and when a donor uses that gateway or a webhook/
refund action is processed. Site owners should review the terms and privacy policies
of the services they enable.

**Stripe**

 * Service: Stripe is a third-party payment processor used to create Checkout Sessions,
   receive Stripe webhook events, and process Stripe refunds from the plugin admin
   screens.
 * Endpoints: `https://api.stripe.com/v1` and Stripe-hosted Checkout pages.
 * Data sent and when: donation amount, currency, donor email, donor first name,
   donor last name, campaign metadata, return URLs, and the configured Stripe secret
   key are sent when a donor starts a Stripe payment. Webhook event data is received
   from Stripe after payment events. Refund requests send the related Stripe payment
   identifier when an administrator starts a refund.
 * Terms of service: https://stripe.com/legal
 * Privacy policy: https://stripe.com/privacy

**HelloAsso**

 * Service: HelloAsso is a third-party payment and fundraising platform used to 
   authenticate with the HelloAsso API, create checkout intents, redirect donors
   to HelloAsso payment pages, and verify HelloAsso webhook events. If the fallback
   custom HelloAsso URL option is configured, donors can also be redirected to that
   configured HelloAsso URL instead of using the API checkout intent.
 * Endpoints: `https://api.helloasso.com`, `https://api.helloasso-sandbox.com`, `
   https://www.helloasso.com`, and `https://www.helloasso-sandbox.com`.
 * Data sent and when: donation amount, donor email, donor first name, donor last
   name, campaign metadata, return URLs, organization slug, and the configured HelloAsso
   API credentials are sent when a donor starts a HelloAsso API payment. HelloAsso
   webhook event data is received after payment events. If the custom HelloAsso 
   URL option is used, the donor is redirected to the URL configured by the site
   administrator.
 * Logo loading: the frontend HelloAsso payment button uses the bundled file `assets/
   logo-ha.svg`; it does not load the HelloAsso logo from a remote URL.
 * Terms of service: https://www.helloasso.com/cgu-utilisateur
 * Privacy policy: https://www.helloasso.com/confidentialite

## Screenshots

[⌊Admin dashboard statistics — overview of donations in the back office.⌉⌊Admin 
dashboard statistics — overview of donations in the back office.⌉[

Admin dashboard statistics — overview of donations in the back office.

[⌊Donor management — donation history and details for each donor.⌉⌊Donor management—
donation history and details for each donor.⌉[

Donor management — donation history and details for each donor.

[⌊Donation form — example front-end display on the site.⌉⌊Donation form — example
front-end display on the site.⌉[

Donation form — example front-end display on the site.

## Installation

 1. Upload the `givoly` folder to `/wp-content/plugins/` or install the ZIP archive
    from the WordPress admin area.
 2. Activate **Givoly** from the Plugins screen.
 3. Configure your payment gateways in **Givoly > Settings**.
 4. Publish a donation form with `[givoly_form]`.

#### Upgrade from Givasso

Deactivate Givasso before activating Givoly. On the first load, Givoly copies the
former `givasso_*` settings and the `givasso_donors`, `givasso_campaigns`, and `
givasso_donations` tables into their `givoly_*` counterparts. The original tables
are kept as a safety copy, and old Givasso shortcodes remain supported.

## FAQ

### Who develops Givoly?

Givoly is developed and maintained by **PLAID·ACT and its members**, with contributions
from **Tom JANVIER**. PLAID·ACT is a nonprofit organization: https://plaidact.org

### Can I use only HelloAsso or only Stripe?

Yes. Enable the gateway you want in **Givoly > Settings > General**. If both Stripe
and HelloAsso are enabled, the form displays both payment options.

### Where can I change the email logo?

Go to **Givoly > Settings > Email > Logo URL**. If no URL is provided, the organization
name is displayed instead.

### Does the plugin generate fiscal receipt PDFs?

Yes. The annual sending tool can attach a text-based PDF summary to each email. 
Its title, content, footer, and email template are configurable in **Givoly > Settings
> Email**. This summary does not replace an official tax receipt where one is legally
required.

### Are there paid features or upsells?

No. This package is provided as a free plugin, with no upsell screens and no intentionally
locked premium features.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Givoly” is open source software. The following people have contributed to this 
plugin.

Contributors

 *   [ tomjvr ](https://profiles.wordpress.org/tomjvr/)

[Translate “Givoly” into your language.](https://translate.wordpress.org/projects/wp-plugins/givoly)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/givoly/), check out
the [SVN repository](https://plugins.svn.wordpress.org/givoly/), or subscribe to
the [development log](https://plugins.trac.wordpress.org/log/givoly/) by [RSS](https://plugins.trac.wordpress.org/log/givoly/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.3.0

 * Initial public release notes go here.

## Meta

 *  Version **1.3.0**
 *  Last updated **1 day ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **7.0.3**
 *  PHP version ** 8.1 or higher **
 * Tags
 * [donation](https://wordpress.org/plugins/tags/donation/)[fundraising](https://wordpress.org/plugins/tags/fundraising/)
   [helloasso](https://wordpress.org/plugins/tags/helloasso/)[nonprofit](https://wordpress.org/plugins/tags/nonprofit/)
   [stripe](https://wordpress.org/plugins/tags/stripe/)
 *  [Advanced View](https://wordpress.org/plugins/givoly/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/givoly/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/givoly/reviews/)

## Contributors

 *   [ tomjvr ](https://profiles.wordpress.org/tomjvr/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/givoly/)