PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

conditional logic - generate various emails based upon entered

  1. Here's what I'm trying to do:

    If "field X" = "yes" then generate email 123
    If "field X" = "no" then generate email abc
    If "field X" = "yes" and "field A" = "non" then generate email XYZ

    Is this possible and if so, how do I do it?

    The url is http://www.latisse.md/latisse/orderlatisse/

    Thanks!
    Gail

    Posted 13 years ago on Friday August 20, 2010 | Permalink
  2. Nope, it's not currently possible. You can't do conditional logic on the Message Body of the notifications. Conditional logic/routing is only available on the Send To address of the Admin Notification itself. We do plan on adding conditional message body capabilities in a future release.

    Posted 13 years ago on Friday August 20, 2010 | Permalink
  3. Bummer.....

    Do you know if it will be added in about a month or two or 6 months to a year from now?

    Thanks

    Posted 13 years ago on Sunday August 22, 2010 | Permalink
  4. I don't have a timetable. Hopefully within 6 months. The alternative is to use the available API hooks and write custom code to do what you want to do, but that will take knowledge of PHP and WordPress API hooks to accomplish. A WordPress developer with enough PHP experience could write this for you.

    Posted 13 years ago on Monday August 23, 2010 | Permalink