Questions tagged [drupal-rules]

The Rules module is a Drupal module that allows site administrators to define actions that are conditionally executed, either programmatically or in response to predetermined events. Don't confuse this tag with drupal-roles.

The Rules module allows site administrators to define actions to be conditionally executed, either programmatically or in response to predetermined events.

Resources

125 questions
0
votes
1 answer

How to fill date field via Rules in drupal

One content type in my drupal page (Drupal 7) has a date field. After importing start hour, start minute and duration (Integer values) from an XML file, I want to set date field of the node via Rules. It seems that I cannot access the start date,…
Vivid
  • 399
  • 1
  • 8
  • 19
0
votes
1 answer

Accessing entity (content) data within rules conditions - odd behavior

I am pretty new to drupal but since friend asked me to help him, I got into it a bit. I managed to get many things working but there is one issue I can't get my head around. Here is what I am trying to achieve: There are going to be courses…
0
votes
2 answers

dynamically update webform submitted fields using rules

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…
0
votes
1 answer

Drupal 7: Using Rules on embedded webform block

I have a "Subscribe to our Newsletter" webform (can be any webform) - say node/41 - that I embedded in a block (block id is "client-block-14"). This is done so that it can be displayed in different regions on different pages. There are no direct…
Q10
  • 901
  • 1
  • 6
  • 6
0
votes
1 answer

How to create content from XML using rules in drupal?

I'm new in drupal and currently I have to get a way to create content from XML using the Rules module. I managed to get the xml from a webservice and I already created the corresponding content-type with fields to show the data. After this I have no…
RicardoSBA
  • 785
  • 1
  • 6
  • 18
1 2 3
8
9