Skip to content
Snippets Groups Projects
integration.md 900 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
    
    
    mattwire's avatar
    mattwire committed
    !!! 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.
    
    mattwire's avatar
    mattwire committed
    
    
    mattwire's avatar
    mattwire committed
    Minimum version: 7.x-5.5 or 8.x-5.0
    
    Test Mode will not work for drupal webform if there are multiple payment processors configured on the webform.
    
    mattwire's avatar
    mattwire committed
    
    #### Recurring Payments
    
    
    For recurring payments make sure that:
    
    mattwire's avatar
    mattwire committed
    
    
    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.