By rbrownell on
Hello All;
Despite using Drupal for almost 5 years now this is my first time actually posing a question on the forms. So here is my question.
Is there a way to get Rules to prompt a user for data (of any kind of field)?
Example: You use rules link (a wonderful module I recently discovered) to create a link to a rule. You then program the rule to prompt the user for a value (of any arbitrary field type) for inclusion in the rule as part of the execution of the rule, whether it be for value modification or something as complex as a file upload to a file field.
I tried Googleing this but couldn't find anything of relevance.
Thanks for reading this!
-Ryan
Comments
Looking for the same thing.
Looking for the same thing. Did you ever get a solution? Odd there have not been any responses. Perhaps some additional activity on this post may entice an answer. Waiting anxiously.
One solution would be to use
One solution would be to use Rules the same way you do for programming an event driven application.
If it is necessary to pass variables or entities to the second rule from the first. Just use the form. Pre configure it with the necessary fields to save the variables and hide them (or not) in the view mode.
You can save the activity/interaction (log) by creating and not updating the node/form.
Thanks for the idea! It was
Thanks for the idea! It was easy to implement (I used Entityform to receive input before the second Rule). An effective solution to a common problem.
Thanks for the idea. In the
Thanks for the idea. In the end, I just solved it with: