Multiple email notifications with sequential number

Hi everyone, I’m creating a form to purchase tickets to an event. Multiple tickets can be purchased at the same time, email notifications will be sent to each person assigned to a ticket. Is it possible to send a ticket number within each notification email? The ticket number would be sequential based on number of tickets sold, not based on order number (which could have been for example 8 tickets within that order). Any ideas would be appreciated, thanks!

Hey Lori,

You can use the GP Unique ID Perk for this. We also have a handy snippet that works alongside it to generate multiple Unique IDs based on the value entered in a field. You can find the snippet here and a helpful tutorial here. This should do the trick for assigning a unique ticket number to each ticket purchased.

You can then set up your notifications to include the Unique ID merge tag. :slight_smile:

Hope this helps!