Newer
Older
# Integrations
## Drupal Webform + Webform_civicrm
The Stripe extension works with Drupal Webform + Webform_civicrm.
!!! note "Drupal 7"
You must enable the [contributiontransactlegacy](https://github.com/mjwconsult/civicrm-contributiontransactlegacy) CiviCRM extension which replaces the Contribution.transact API with a working one. In the
future we hope that webform_civicrm switches to a supported API.
#### Known issues

justinfreeman (Agileware)
committed
Test Mode will not work for drupal webform if there are multiple payment processors configured on the webform.
For recurring payments make sure that:
1. You have either "Number of installments" or "Interval of installments" element on the same "page" as the payment.
2. The elements are either visible or hidden (hidden element) - do NOT select hidden (secure value) as it won't work.