[support] Prepopulate contact form on node submit

Ms. Nancy Wichmann nan_wich at bellsouth.net
Sat Feb 23 21:33:57 UTC 2013


{ "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"
        }
      }
    ]
  }
}
Nancy
 
Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.



>________________________________
> From: Shai Gluskin
>
>
>Ok, Rules looks good, but How do you do the prepopulate part of the contact form?
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.drupal.org/pipermail/support/attachments/20130223/3573495c/attachment.html 


More information about the support mailing list