[support] Prepopulate contact form on node submit

Ms. Nancy Wichmann nan_wich at bellsouth.net
Sun Feb 24 11:52:32 UTC 2013


This is an exported rule, so it needs to be imported.


 
Nancy 

Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.



>________________________________
> From: Steve Kessler
>
>
>Where does this code go?
>On Feb 23, 2013 2:34 PM, "Ms. Nancy Wichmann" <nan_wich at bellsouth.net> wrote:
>
>{ "rules_service_ready_for_preliminary_review" : {
>>    "LABEL" : "Service Ready for Preliminary Review",
>>    "PLUGIN" : "reaction rule",
>>    "TAGS" : [ "email", "service" ],
>>    "REQUIRES" : [ "workflow_rules", "rules" ],
>>    "ON" : [ "workflow_state_changed" ],
>>    "IF" : [
>>      { "workflow_check_transition" : {
>>          "node" : [ "node" ],
>>          "old_state" : { "value" : { "ANY" : "ANY" } },
>>          "new_state" : { "value" : { "3" : "3" } }
>>        }
>>      }
>>   
 ],
>>    "DO" : [
>>      { "mail_to_users_of_role" : {
>>          "roles" : { "value" : { "5" : "5" } },
>>          "subject" : "Service Ready for Preliminary Review",
>>          "message" : "This Service is ready for your Preliminary Review: \u003Ca href=\u0022[node:url]\u0022\u003E[node:title]\u003C\/a\u003E"
>>        }
>>      }
>>    ]
>>  }
>>}
>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.drupal.org/pipermail/support/attachments/20130224/d2d6cad5/attachment.html 


More information about the support mailing list