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.

Question regarding Unique ID for each item

  1. dpit
    Member

    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.

    Posted 11 years ago on Tuesday February 26, 2013 | Permalink
  2. David Peralty

    Not built-in. You would have to create your own raffle ticket ID numbers and assign there somewhere to keep track of such things using PHP and our hooks system.

    Posted 11 years ago on Tuesday February 26, 2013 | Permalink