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 1 year 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 1 year 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 1 year 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 1 year ago on Monday August 23, 2010 | Permalink

Leave A Reply

You must log in to post.