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.

Notification E-mails

  1. I have a registration form that the user has the potential to register up to 6 kids. In the notification e-mail I would like to somehow display the kids that were registered.

    Obviously, I can just input the fields for each kid's name, however, is there a more graceful way of handling this?

    I am currently using this method:

    "You have registered the following children: First Name Last Name, First Name Last Name, First Name Last Name, First Name Last Name, First Name Last Name, First Name Last Name"

    I would basically like to create something that will be contingent on how many children were registered. Right now, if you only register 2 kids, you get stuck with extra commas (4 to be exact).

    Is this even possible? Thanks!

    Posted 13 years ago on Sunday May 1, 2011 | Permalink
  2. This isn't currently possible. If you use the {All_Fields} merge code it will output all the form fields in a neatly formatted table. If you forgo the {All_Fields} merge code and create your own custom message, whatever form fields you output will be output regardless of value. We plan on additional conditional capabilities in a future release so this can be done without the extra markup being output. But currently it isn't possible.

    Posted 13 years ago on Monday May 2, 2011 | Permalink
  3. Okay. This would be a cool feature. I think people can live with some extra commas for the time being.

    Posted 13 years ago on Monday May 2, 2011 | Permalink
  4. dditomaso
    Member

    Just came on to search for the same thing - I'd like to add my voice to the "please add conditionals to the notification emails" chorus.

    Posted 13 years ago on Monday May 9, 2011 | Permalink