I'm looking to create a form that lets user buy raffle tickets - 1 for $20 and 5 for $80. Naturally, each ticket item needs a unique ID for the drawing (mix of online and offline sales). Is it possible to create a unique ID for the $20 option, and 5 unique IDs for the $80 option?
The payments will be processed through Authorize.net, and I understand I'll need a developer account to use that feature.