I am newbie to drupal and seeking help in creating rules for dynamically updating webform fields affter submission. I created a form using webform for sponsors and redirected after save to ubercart product for payment. Now I have to create a rule according to the product(Platinum Sponsorship/Gold Sponsorship) and update the sponsorship field on order completion. I created the rule but stucked while setting value of the field (rule action) sponsor to (platinum/gold) as webform fields are not appearing in data selector.
dynamically update webform submitted fields using rules
1.7k Views Asked by Rashmi Porwal At
2
There are 2 best solutions below
0
Pierre.Vriens
On
At a minimum, make sure you have the Webform Rules module enabled (as suggested already in the prior answer).
But, you may also want to have a look at feature request "Expose submission data to rules". Here is a summary of it:
Right now, submission data is not exposed to rules except by way of token replacement or custom php actions. This patch exposes submission data in a "first-class" way.
Issue status is "Needs review" ... but not an "easy" issue either.
After that issue is resolved, you'll be able to do what you're asking for. So right now this is as good as it gets.
Related Questions in DYNAMIC
- VBA dynamic feed multiple files into current one but error of "Run-rime error 7 out of memory" occurs
- SSRS use a dynamic SQL query with parameter
- Go to the Next section in Google Forms after an option is selected using App Script
- Add and remove dynamic component Angular
- Server Side Rendering of Dynamic URL using NUXT 3
- html to PDF with new page detection
- How to absolutely position pin icons to different locations when you zoom in an image using the react-zoom-pan-pinch npm package
- Loading dynamic content for offline downloaded website
- Unable to find chart for react.js
- i want to use a dynamic expression in PIVOT values
- How do I dynamically load a CSS file in a TMS WEB Core Website using Delphi?
- Flutter DropdownButton Dynamic Default Value Error
- How to Pass-in a Collection name and Document Key to an AQL query to update the document
- Adding dynamic choices to ChoiceType form field in Symfony 6
- Pass class type that subclass or implements class; then access static methods & create instances of that type; is it possible in Java, and how?
Related Questions in DRUPAL-7
- Drupal 7 saving content each time i upload an image
- In which database table is the list of files attached to a node?
- Upgrade the drupal 7.88 to drupal 10.1.1
- Drupal 7 to Drupal 9 through web browser upgrade - "files do no exist"
- I've received an export 'network error' in attempt to export a database from phpMyAdmin
- Drupal 7 Incorrect spam bot errors on different browsers
- Drupal 7 | Uncaught ArgumentCountError: Too few arguments to function _drupal_error_handler()
- I need to add a webform block in drupal 7 for a custom theme
- imperva WAF rules blocked drupal 7 form submit
- Issue with Drupal 9 Visitor Counter Module: Visitors Count Not Updating
- how to add Language in drupal 7.09
- Attempt to create field name which already exists and is active
- Can i customize html and css in $page[content] in drupal 7?
- CDK toolbar does not appear on Drupal 7
- PHP refuses update because in server root, Drupal 7 (php7.3) & Drupal 10 (PHP 8.1) on the same server both working - Can't update D10
Related Questions in FIELD
- Problem with sample code to set font properties for a whole XWPF Paragraph that includes Word fields
- After using PDFRW in Python to update fields - triggering an update?
- Insert a custom button after WooCommerce Checkout Billing Address Field
- Acrobat Javascript If Else to calculate on change in validate area
- ncurses - form field validation - can't modify "TYPE-INTEGER" value entered and outside range specified with set_field_type()
- `Pydantic` `self.model_dump()` doesn't pick up subclass instances passed to a field
- How to remove or disable form field shading in Spire.Doc for Word documents?
- Save custom checkout field from shortcode in WooCommerce
- Why doesn't Visual Studio display reference shortcut links for fields?
- Anyone able to provide a function.php snippet for Woocommerce Product field hooks in order to relocate an image swatch?
- Forwarding ref parameters through a ref struct with "unsafe" ref punning - is this safe?
- Text* Validation - Contact Form 7
- How to modify property values through reflection
- MapStruct maps the model's field as empty when the field is of an abstract type
- im working with react admin . Reference fields fetched data would display for a few moments and then disappeared
Related Questions in DRUPAL-WEBFORM
- Why are my form fields, built using Drupal Next.js Webforms, not displaying the Help Text?
- Error 503 Backend fetch failed Backend fetch failed Guru Meditation: Varnish cache server
- How to get the value of a field by the field type
- Telephone element is not adding the country code on load
- Twig print values and strings in set statements
- Populate a 2nd date field min date from a previous date field in webform before submission
- Drupal - Bootstrap4 blocking upload of file in Webform
- Is there a faster way to create conditional email handlers with Drupal 8 than adding emails one by one?
- Drupal 9 Webforms - Attach/Trigger Remote Post Webform Handler on Programmatic Webform Submission Update (CRON)
- Drupal hook is not applied to the website
- how to remove "This question is for testing whether or not you are a human visitor and to prevent automated spam submissions" of captcha
- Print the table based on the selected option of a radio element
- Pre-populate Fields in webform Drupal 9
- How do you adjust the width of a custom composite's element? (Drupal 9 webform)
- Access to fetch at 'http://localhost/drupal/webform_rest/submit?_format=json' from origin 'http://localhost:8000' has been blocked by CORS policy
Related Questions in DRUPAL-RULES
- Drupal 10 rules mime mail html not sending
- How to send html mail in drupal 8 rules
- Drupal 8: Only add to cart if user has enough credits
- Cannot send emails using drupal 8 rules
- Drupal rules line items
- I need to bring in list of integers as a condition in Drupal rules
- Drupal 7 - Send an E-mail to user on content modification
- Rules scheduler for expire role and sending reminder email fire all at the same time
- Commerce rules not showing in Drupal 8
- How to send an Email notification by day end using Rules with all the nodes published that day?
- Drupal 7 - Functionality for multi-select of nodes and then action to send email to a manually entered email address
- Drupal 7 creating list from comma separated field in Rules
- How to pre-order drupal commerce product when it is out of stock?
- Why this db_query used in Drupal 7 Rules custom PHP crashes my website
- How to send an email to all members of a Drupal Group when new content is created?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Perhaps you need the Webform Rules module.