Skip to content
Snippets Groups Projects
integration.md 730 B
Newer Older
  • Learn to ignore specific revisions
  • # Integrations
    
    ## Drupal Webform + Webform_civicrm
    
    The Stripe extension works with Drupal Webform + Webform_civicrm.
    
    
    mattwire's avatar
    mattwire committed
    #### Setup
    
    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.
    
    Minimum version: 7.x-5.0.
    
    #### Recurring Payments
    
    
    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.