webform_civicrm
webform_civicrm copied to clipboard
A powerful, flexible, user-friendly form builder for CiviCRM.
Overview ---------------------------------------- Extends `FieldInterface` class and add `getSets()` method as part of it (changed visibility to public) so it will be a public method in services `webform_civicrm.fields`. This change allows...
Overview ---------------------------------------- Contact field is displayed even if hidden in settings. Before ---------------------------------------- To replicate: - Create a webform with 2 contacts. - Set the type of second contact to...
Overview ---------------------------------------- Fatal error on empty group submission if configured as public group in settings Before ---------------------------------------- To replicate - Create a webform with group = Public Group - Submit...
Overview ---------------------------------------- In event price sets, a price option can have a "participant count". E.g. purchasing a "table for 10" ticket will increment the participant count by 10 despite buying...
Overview ---------------------------------------- Corrects problems with re-ordering options in CiviCRM Options control when option labels have been changed or when there are many options. See: 1. [Issue 3423739 ](https://www.drupal.org/project/webform_civicrm/issues/3423739) 2. [Issue...
Overview ---------------------------------------- This is a very specific PR, and probably needs debate to get to a happy ending! Since `webform_civicrm` moved to D9 version, it includes the Symfony approach using...
Overview ---------------------------------------- Ensure Payment table lists the amount options according to the order set on the build page. Before ---------------------------------------- If there are multiple payment options on the webform, there...
Reverts colemanw/webform_civicrm#940
Overview ---------------------------------------- See https://www.drupal.org/project/webform_civicrm/issues/3410941. Before ---------------------------------------- Error when submitting a contribution and contact 1's email is blank. After ---------------------------------------- Error when submitting a contribution when the contribution owner's email is...