- Issue created by @enricpera
- ๐ฎ๐ณIndia prem suthar Ahemdabad- Gujrat , Jodhpur - Rajsthan
Prem Suthar โ made their first commit to this issueโs fork.
- Assigned to prem suthar
- Issue was unassigned.
- ๐จ๐ฆCanada karing ๐จ๐ฆ
Development has been here ->
https://github.com/colemanw/webform_civicrmFor example: https://github.com/colemanw/webform_civicrm/pull/979
I've been away on vacation but back in July the last thing I remember is that we were waiting on the parent (Webform module) itself to issue a D11 compatible release that can be installed with composer so that our Github Action Test Matrix can run. It looks like that may have happened now.
- ๐ฆ๐บAustralia interlated
composer require 'drupal/webform:6.3.x-dev@dev' is drupal-11 compatible
- ๐ฆ๐บAustralia interlated
Message
web/modules/patched/webform_civicrm/webform_civicrm.module 476 File modules/patched/webform_civicrm/includes/wf_crm_admin_component.inc could not be loaded from Drupal\Core\Extension\ModuleHandlerInterface::loadInclude
There is no 'includes' directory or wf_crm_admin_component file.
- ๐ฆ๐บAustralia interlated
webform.components.inc from the webform module also does not exist.
web/modules/patched/webform_civicrm/src/AdminForm.php 1859 File modules/contrib/webform/includes/webform.components.inc could not be loaded from Drupal\Core\Extension\ModuleHandlerInterface::loadInclude
I am checking is there has been any updates on WebformCiviCRM compatibility with Drupal 11?
- ๐จ๐ฆCanada karing ๐จ๐ฆ
https://github.com/colemanw/webform_civicrm/pull/1052
I'll issue a new WFC release when the parent module (webform) has released a full version (it's beta still).
We had a requirement to use current drupal for our nonprofit, 11.
Fortunately Civicrm seems to be working okay,
We had to install webform, 6.3.0-beta4 - 29 July 2025
And it would be good to do webforms for civicrm.I don't like dev/beta for production, but webform may be beta until drupal 12 has a release.
Could you roll a dev or tell me the composer way to do try your updates for drupal 11 ?
- ๐จ๐ฆCanada karing ๐จ๐ฆ
The dev version is here -> and is 11.x compatible:
https://github.com/colemanw/webform_civicrm.git Thank you karing,
I might have it working, but it has been an odyssey, I learned that I needed to NOT USE the core Authorize.Net or I would get the error "It appears that this transaction is a duplicate." I learned when I added the extension "Authorize.net" by Matthew Wire, and docs for that said "The mjwshared extension is required and MUST be installed." which I think was "Payment Shared" extension.
FYI to anyone else I seem to get further by NOT using the core but using the extension for Authorize.net
Next I am goint to try on Drupal 11 putting the dev civicrm webform that uses beta webform into a block referencing the webform.. joy.
thanks all.