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!