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.

Confirmation Message containing conditional logic?

  1. Hi,
    I have created a registration form for an event held by my client.

    The event is held all over the world and depending on which country the event is in, the terms and conditions for participation are slightly different and therefore we would like to send a slightly different confirmation message to the user.

    I noticed that we can add a merge tag into the confirmation message. Is is possible to show a different tag depending on which event the user has registered for?

    Is this possible, and how would I go about it.

    Many Thanks,

    Victoria

    Posted 12 years ago on Tuesday December 6, 2011 | Permalink
  2. Currently conditionals in the confirmation are not supported. We do plan on supporting both full featured conditional confirmations, as well as a way to do conditionals with merge tags. It is on our roadmap for future development.

    Until then the only way to do this is via a custom confirmation page. You'd have to pass the field value via the redirect confirmation setting using the query string builder and then your custom confirmation page would read this value and display content accordingly.

    Posted 12 years ago on Tuesday December 6, 2011 | Permalink