Newest Questions
88,144 questions
-1 votes
0 answers
23 views
How can I do sequential API calls? [closed]
I need to make several API requests, but each request depends on the previous one or needs to be made in a sequence because the order of requests is essential for processing the data correctly. How ...
0 votes
0 answers
19 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
130 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
18 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
31 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
23 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
87 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 ...
0 votes
0 answers
11 views
Location of text/file for commerce order receipt [duplicate]
Using Drupal 11.2.5 and Commerce 3.2.0 I may be going mad but i cannot customise the text or layout of the customer-order-receipt.html.twig file. I have placed a copy in my theme's template folder and ...