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.

If then else for Notifications?

  1. LeoNel
    Member

    Is it possible to set the 'Notification to User' text to be different based on the values provided in the form submission?

    For example:

    if ({Phone:Field} == 'x')
    { Thanks for the number. We'll be in touch soon}
    else
    { Thanks for contacting us.}

    Posted 14 years ago on Friday April 15, 2011 | Permalink
  2. No, this isn't currently possible. It's a feature we would like to add in the future but it isn't something Notifications can currently do. If you wanted to do this you'd have to write your own custom notifications using PHP and the available API hooks.

    Posted 14 years ago on Friday April 15, 2011 | Permalink