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.

Two different messages to two different emails

  1. Hi,

    I was wondering if there is a way to send two different messages to two different emails from a single form? I looked into routing but it only allows to send a single message to different emails based on the conditional logic. So...is there a way to send one message to one email and another message to another email?

    Posted 12 years ago on Wednesday December 7, 2011 | Permalink
  2. Let me clarify a bit...I want to send different messages to 2 different emails at the same time...on a single form submit.

    Posted 12 years ago on Thursday December 8, 2011 | Permalink
  3. Anyone in support care to answer my question?

    Posted 12 years ago on Thursday December 8, 2011 | Permalink
  4. Hi Deviant,

    Here is an older post with a technique to accomplish something similar:

    http://www.gravityhelp.com/forums/topic/conditional-notification-mesasage?message=closed#post-7967

    Let me know if you have any questions. :)

    Posted 12 years ago on Thursday December 8, 2011 | Permalink
  5. Hi David,

    I looked at your example and couldn't figure how to modify the actual body of the message. Which value do I have to replace 'autoResponder' in the $form['autoResponder']['message'] array in order to modify the actual body of the message?

    Posted 12 years ago on Wednesday December 14, 2011 | Permalink
  6. Never mind, I just figured it out by printing the $form array, the value is 'notification' so - $form['notification']['message']

    Posted 12 years ago on Wednesday December 14, 2011 | Permalink
  7. You got it! :)

    Posted 12 years ago on Wednesday December 14, 2011 | Permalink