Drupal is a registered trademark of Dries Buytaert
Protected Pages 3.0.0 Major update available for module protected_pages (3.0.0). Commerce Core 3.3.8 Minor update available for module commerce (3.3.8). Layout Builder Reorder 2.0.1 Minor update available for module layout_builder_reorder (2.0.1). Ban 1.1.0 Minor update available for module ban (1.1.0). Field Formatter Range 2.0.0 Major update available for module field_formatter_range (2.0.0). Field Formatter Range 8.x-1.8 Minor update available for module field_formatter_range (8.x-1.8). UI Patterns (SDC in Drupal UI) 2.0.18 Minor update available for module ui_patterns (2.0.18). Varbase FAQs 9.2.1 Minor update available for module varbase_faqs (9.2.1). Search API Solr 4.3.11 Module search_api_solr updated after 14 months of inactivity (4.3.11). Provus Mega Menu Module provus_mega_menu crossed 1,000 active installs.

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.

Activity

Total releases
1
First release
Nov 2025
Latest release
7 months ago
Releases (12 mo)
1 ▲ from 0
Maintenance
Slowing

Releases

Version Type Release date
1.0.x-dev Dev Nov 22, 2025