Newest Questions
88,141 questions
0
votes
1
answer
3
views
How do you pass taxonomy term names, from an entity reference select, as a token in the Default submission data field of a webform select
On a node, that has a "Webform Select" field.
We want to use the Default Submission Data field, on the webform select, to pass a value from the node its loading on, thats a taxonomy term.
...
0
votes
0
answers
12
views
Using ECA to create a new product node
While updating to Drupal 10 or Drupal 11, I want a to create a product when a condition is met while updating a node. That was easy in Drupal 7 with the Rules module, but not in these latest versions. ...
0
votes
0
answers
23
views
How do you pass submission values via a token into a "post" handler?
This is on Drupal 10.5.x...
I have a very normal webform, that is pushing data to Pardot, via the "webform_pardot" module.
In the mapping, we have.
email|email
first_name|first-name
...
3
votes
1
answer
155
views
drush ws --tail: The "--tail" option does not exist
(Before I get smashed, I'm aware of Unknown option `--tail` when running `drush ws --tail` ... however, that question is now closed, and the answer there merely points to an old issue, so I'm re-...
1
vote
0
answers
19
views
Configuration abc.config depends on abc extension that will not be installed after import
I have a problem trying to import a webform config.
The form uses a custom handler that was written by my workmate in a custom module called xyz.
In the module, it declares and use a config named ...
2
votes
1
answer
32
views
Is there a config setting or contrib module to update cart items when the correlated products are changed?
Scenario:
Add a product to cart
Order items created 🎉 but do not proceed to checkout
Change product price
Proceed to checkout
Observed behavior:
Cart item price in #4 is the same as #1
Order item ...
0
votes
1
answer
24
views
Using the Rules module to create a basic page node with the body field when an article is saved
I have a Drupal 7 rule which creates a basic page when an article is saved, using the title and author fields from the article. I can't get the body field copied over.
This is the export code from the ...
5
votes
2
answers
91
views
As a module maintainer how can I safely remove a dependency module?
Let's say I maintain a module on drupal.org and inside its *.info.yml file there's this dependency:
dependencies:
- jquery_ui:jquery_ui
Now I refactored my module and replaced all jQuery with ...
0
votes
0
answers
23
views
Order does not recalculate just before sending user to external payment
Summary: Customer could be charged a different amount from what is displayed in the Payment step panel if an auto-applied promotion gets published or unpublished before external payment is triggered
...
0
votes
0
answers
19
views
get content field for webform attached to that content type
I have a content type for coop meetings, with fields for date and time, agenda, attendees, and minutes. When the content is created, a date and agenda are added; this is effectively a meeting ...
0
votes
1
answer
27
views
Missing Google Tag Manager Config Under System
I installed/enabled the google_tag module on our website. I can see the configuration for this module under Web Services / Google Tag. This appears to be requesting a Google Analytics measurement id ...
0
votes
0
answers
11
views
Include attached file contents in search result for the node they are attached to, with solr search and view
I have nodes representing meetings, each of which has file fields with one or more attached files - minutes, agenda, tabled documents and such like. It's important though that people get the context ...
0
votes
0
answers
19
views
How to edit/produce a customizable form?
I am new to Drupal. I was brought on to help update a client's website, initially mainly for CSS work but now for PHP as well. They are in the process of upgrading their Drupal version, but I'm still ...
1
vote
0
answers
37
views
How can I show the moderation state for each media revision?
I need to display the moderation state for each revision of a media entity. Currently, I can see the revision history of media items, but the moderation state isn't visible or associated with each ...
0
votes
0
answers
21
views
permissions and billing by entity instead of user
I have a Drupal 10.x site for a housing coop. Members live in an apartment in the coop. Some apartments have 1 member; some have 2 (e.g., a married couple). For those with 2 members, both people can ...