Rules Forms Support provides a Rules based method for controlling forms and their elements.

learn more… | top users | synonyms

1
vote
0answers
56 views

wrong scheduling date

I have put this code into my scheduler under php evaluation. It gives me wrong output like: Thu, 01/01/1970 - 05:30 My Code: I put a cck field in data selector to get the date value that I am using ...
0
votes
2answers
858 views

How to get value from form field in rule?

I created a webform, and a rule. The rule works on the "form submit" event. How do I get the value from a webform field in this rule event?
1
vote
1answer
411 views

How can I use Rules to publish nodes depending on changing the value in a Field?

I would like to set up rule to detect if I change one specific field in the content type. For example if I choose the field "dyzury", then the rule will publish this node to the front page with the ...
3
votes
0answers
214 views

Rewrite id of a exposed filter block?

Hi there I'm trying learn how to rewrite a #id of an exposed filter block (ie. a searchbar filtering a list view. Is there an easy way to do this? Isn't something that is possible to do with rules? ...
1
vote
0answers
208 views

Rules forms with node reference fields

I have content-A (Events) and Content-B (registration to the Events) which has node-ref field referencing content-B to content-A. Content-A has selection field-A and Content-B has some other fields ...
0
votes
1answer
568 views

How to check if filefield has a value or not by Rules

I have a cck file field "pic" users can attach up to 3 images to. I would like to set a Rule with the condition depending on whether user has uploaded at least one image or not. I set the condition ...
2
votes
1answer
543 views

Update new user's profile with rules, based on his webform submitted data

On my site I am using two webforms from which a user can register to the site. This feature is enabled thanks to the webform_registration module. Of course these webforms can only be submitted by ...
1
vote
1answer
1k views

How to show pop up message “Are you sure …?” with “OK” button before save the content

I have a image field on profile content type. And when users try to save the content without uploading images I would like to show pop up confirmation message "Are you sure you want to save your ...