Skip to main content
Drupal is a registered trademark of Dries Buytaert
Release: OpenID Connect / OAuth client 3.0.0-alpha9 New alpha version released for module openid_connect (3.0.0-alpha9). Release: Timelinr 1.0.1 Minor update available for module timelinr (1.0.1). Usage Milestone: Simplify Module simplify crossed 10,000 active installs. Usage Milestone: Views Reference Filter Module entityreference_filter crossed 10,000 active installs. Usage Milestone: Dropdown Language Module dropdown_language crossed 10,000 active installs. Usage Milestone: Paragraphs Browser Module paragraphs_browser crossed 10,000 active installs. Usage Milestone: OpenAPI Module openapi crossed 10,000 active installs. Usage Milestone: Decoupled Router Module decoupled_router crossed 10,000 active installs. Usage Milestone: Time Field for Drupal 8+ Module time_field crossed 10,000 active installs. Module Revived: Entityqueue Buttons 1.1.2 Module entityqueue_buttons updated after 8 months of inactivity (1.1.2).

This module provides a way for users to make donations through your website by integrating CiviCRM and Webforms. It offers a user-friendly donation experience, leveraging the power of CiviCRM for contribution management and Webforms for data collection.

Re-interpretation of Give module building on CiviCRM and Webform.

Features

Give potential donors a couple easy ways to give to an organization or person through your website.

Post-Installation

Set up CiviCRM.

Set up Webforms that feed into CiviCRM.

… we'll look at recipes for this; really don't expect anybody to be doing all that unless you have made the decision that you need the power of CiviCRM already.

Currently depends on adding something like the below to a very specific template for the form element that holds your amount input, such as form-element--edit-civicrm-1-contribution-1-contribution-total-amount.html.twig

{%
  set soft_options = {
    '25': '$25',
    '50': '$50',
    '100': '$100',
    '250': '$250',
    '500': '$500',
    '1000': '$1,000',
  }
%}
<fieldset class="amount-options d-flex flex-wrap gap-y-2-5"><legend class="sr-only">Suggested amounts</legend>
  {% for amount, display in soft_options %}
    <input type="radio" id="{{ amount }}-option" class="amount-option-radio btn-check" title="{{ display }} donation" name="{{ name }}Options" aria-label="{{ display }} donation" value="{{ amount }}">
    <label for="{{ amount }}-option" class="amount-option-label btn btn-outline-secondary" aria-hidden="true" data-qa="suggested-amount-label">{{ display }}</label>
  {% endfor %}
</fieldset>

Additional Requirements

None yet; this module is the icing on the cake.

Similar projects

Give does this without dependencies.

Supporting this Module

You can support Agaric's overall contributions to Drupal and a bit beyond by supporting Drutopia at opencollective.com/drutopia. Thanks!!

… we're going to have to get this module set up on our site to be taken seriously, won't we?

Community Documentation

Welcome but this is still very early times yet.

Depends on

Dependencies of the latest stable release

No dependencies recorded for this project.

Required by

Tracked projects that depend on this one

No tracked projects depend on this one yet.

Activity

Tracked releases
1
Tracked since
Nov 2025
Latest release
9 months ago
Releases (12 mo)
1 ▲ from 0
Maintenance
Slowing

Releases

Version Type Core Release date
1.0.x-dev Dev 9–11 Nov 22, 2025