Skip to content

Instantly share code, notes, and snippets.

@HyperGlide

HyperGlide/Rule Secret

Created July 3, 2013 04:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HyperGlide/1add428b95885dd1a1ff to your computer and use it in GitHub Desktop.
Save HyperGlide/1add428b95885dd1a1ff to your computer and use it in GitHub Desktop.
{ "rules_create_new_user_account_for_sales" : {
"LABEL" : "Create New User Account For Sales",
"PLUGIN" : "reaction rule",
"REQUIRES" : [ "webform_rules", "rules" ],
"ON" : [ "webform_rules_submit" ],
"IF" : [
{ "webform_has_id" : {
"form_id" : [ "form-id" ],
"selected_webform" : { "value" : { "webform-client-form-4292" : "webform-client-form-4292" } }
}
}
],
"DO" : [
{ "component_rules_chk_email_add_4_manually_created_inq_by_sales_exist_yes" : [] },
{ "component_rules_chk_email_add_4_manually_created_inq_by_sales_exist_no" : [] }
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment