webform_civicrm
webform_civicrm copied to clipboard
A powerful, flexible, user-friendly form builder for CiviCRM.
Overview ---------------------------------------- When loading a webform_civicrm page, I get a lot of "Deprecated function" warnings in PHP 8 because I'm passing `NULL` to `strlower()`. You can replicate this by creating...
Overview ---------------------------------------- We discovered that if you attach a webform to a node (e.g. with an entity reference, such as paragraphs) that there are moments where CiviCRM CRM JS are...
Overview ---------------------------------------- When using contributions with authorize.net, webform keeps on failing submission. On later versions of CiviCRM, the following error pop ups: > It appears that this transaction is a...
Overview ---------------------------------------- Contact reference custom field not saved for new creation Steps to replicate: 1. Create custom field of type contact reference 2. include it in a webform
Overview ---------------------------------------- Add test for stripe recur payment Before ---------------------------------------- No test. After ---------------------------------------- Test Added. But it fails and seems to be a bug (not sure in wc or...
Overview ---------------------------------------- A minor refactor I did while troubleshooting an issue. I saw this code to handle default country, but that same code already exists in `wf_crm_state_abbr`. Before ---------------------------------------- Works...
Overview ---------------------------------------- Allow contribution amount to be typed as a hidden field. Before ---------------------------------------- In d7, the contribution amount field could be converted to a hidden field with a default...
Overview ---------------------------------------- Before ---------------------------------------- Ssssslllllllllooooowwwww After ---------------------------------------- Technical Details ---------------------------------------- Comments ----------------------------------------
Overview ---------------------------------------- See https://www.drupal.org/project/webform_civicrm/issues/3177210 This fix is required when "existing contact" is not selected for first contact. Before ---------------------------------------- PHP error undefined function. After ---------------------------------------- Submission renders. Technical Details ----------------------------------------...
Overview ---------------------------------------- This is a PR / branch d10-test-matrix to get testing on D10 going. Step 1: PHP 8.1