• Resolved ginvodka

    (@ginvodka)


    Hi there, i need help with conditional logic if user select specific country then email goes to specific admin email

    ex : if user select country A, then notification goes to email A and if user select country other than A, notification goes to email B

Viewing 1 replies (of 1 total)
  • Plugin Author Nick Ciske

    (@nickciske)

    I’d recommend configuring routing in Salesforce, but if you really want to do it in the plugin, see salesforce_w2l_cc_admin_email_list in the docs and grab $_POST[‘sf_country’] to see what was submitted, note that this may be a SF UUID, not “USA”.

Viewing 1 replies (of 1 total)
  • The topic ‘conditional logic with form’ is closed to new replies.