webform_civicrm
webform_civicrm copied to clipboard
A powerful, flexible, user-friendly form builder for CiviCRM.
Fixes https://www.drupal.org/project/webform_civicrm/issues/3375337
Overview ---------------------------------------- Both `price_field_id` and `price_field_value_id` need to be set when creating the lineitems. For memberships we were retrieving that data but not using it. For contributions we were only...
Overview ---------------------------------------- _A brief description of the pull request. Try to keep it non-technical._ Before ---------------------------------------- _The current status. Please provide screenshots or gifs ([LICEcap](http://www.cockos.com/licecap/), [SilentCast](https://github.com/colinkeenan/silentcast)) where appropriate._ After ----------------------------------------...
Overview ---------------------------------------- Add the possibility to use PayPal Express Checkout Before ---------------------------------------- Don't begin the process. After ---------------------------------------- Work, the contribution is completed and the redirect is succeeding. Comments ----------------------------------------...
Overview ---------------------------------------- See https://www.drupal.org/project/webform_civicrm/issues/3340955. Before ---------------------------------------- The line items and total on the payment page display in the system default currency. After ---------------------------------------- The line items and total on the...
Overview ---------------------------------------- TypeError: Unsupported operand types: string * int in wf_crm_webform_postprocess->fillHiddenContactFields() (line 727 of /var/www/html/drupal7/sites/defaults/modules/contrib/webform_civicrm/includes/wf_crm_webform_postprocess.inc).
Overview ---------------------------------------- Fix case update when client != c1. Before ---------------------------------------- Case updated on c1 when client is set to c2. To replicate - - Create a webform with 2...
Fixes https://www.drupal.org/project/webform_civicrm/issues/3353053
Overview ---------------------------------------- Drupal crashes when trying to render hidden select fields in webform submissions. I'm not sure when this regressed - I started seeing the issue about a week ago,...
Overview ---------------------------------------- Given: * Custom fields of type "checkbox" added to the webform * A webform submission that doesn't check any of the boxes We end up passing either an...