webform_civicrm
webform_civicrm copied to clipboard
A powerful, flexible, user-friendly form builder for CiviCRM.
Overview ---------------------------------------- Webform with payment is failing - I think because of a deprecation warning in PropertyBag when munging billing country parameter. (Using Stripe Checkout with CiviCRM core 5.72 but...
Overview ---------------------------------------- Loading events into the event selector is *slow*. I have a registration form that allows you to select 4 events for up to 5 people. XDebug profiling showed...
Overview ---------------------------------------- Corrects issue [3402697](https://www.drupal.org/project/webform_civicrm/issues/3402697). Before ---------------------------------------- "Field is required" error occurs upon submission of a required field that is locked by an Existing Contact widget when that widget is...
Overview ---------------------------------------- Fix default load of yesno custom field Before ---------------------------------------- To replicate: - Create a custom set and a field of data type yesno in CiviCRM. - Add this...
Overview ---------------------------------------- Changes to support Drupal 11 Technical Details ---------------------------------------- Drupal deprecation code analysis provides this output for deprecations needing to be changed in D11 ``` ------ --------------------------------------------------------- Line src/WebformCivicrmBase.php...
Overview ---------------------------------------- If you have an "Existing Contact" field, and, in the Builder tab, in the field definition's "Form display" section you configure the "Contact Display Fields" to display the...
Overview ---------------------------------------- Fix fatal error on custom field deletion Before ---------------------------------------- Deleting a custom fields returns a fatal error if the field is added to a webform dynamically. To replicate:...
Overview ---------------------------------------- Fix iats test failure Before ---------------------------------------- Fails https://github.com/colemanw/webform_civicrm/actions/runs/9020820999 ``` Drupal\\Tests\\webform\_civicrm\\FunctionalJavascript\\ContributionIatsTest::testSubmitACHEFTContribution [28](https://github.com/colemanw/webform_civicrm/actions/runs/9020820999/job/24800162518#step:24:29) Behat\\Mink\\Exception\\ElementNotFoundException: Form field with id|name|label|value|placeholder "Account Holder" not found. ``` After ---------------------------------------- Pass Technical Details ---------------------------------------- Add...
Overview ---------------------------------------- Webform hast the feature of setting specific filenames for `File` type fields. This allows to rename in the server uploaded files with specific names or using tokens. Description...
Overview ---------------------------------------- Add test to demonstrate that locked fields are not actually locked when an existing_contact element is configured as a Select widget. Before ---------------------------------------- Locked fields with an existing_contact...