Multiple unique ids based on how many tickets purchased

  • zed1274
    Asked on May 17, 2017 at 5:30 PM

    if I Wass to do a basket raffle. and a person bought 3 tickets. I would need 3 id's. how would I do that 

     

  • David JotForm Support
    Replied on May 17, 2017 at 5:47 PM

    If you want tickets that are incrementally numbered, it would only be possible to do one ID per form using a Unique ID widget:

    https://www.jotform.com/help/64-How-to-Set-Unique-Submissions-on-a-Form

    If you don't mind the numbers being random, you could use multiple random value generator widgets and conditionally show the appropriate amount of widget based on how many tickets they want. 

    https://widgets.jotform.com/widget/random_value_generator

    Here is an example form to show how it would work:

    https://form.jotformpro.com/71366921352961

  • zed1274
    Replied on May 17, 2017 at 6:10 PM

    But this would not be sequaentail?

  • David JotForm Support
    Replied on May 17, 2017 at 6:14 PM

    Using random values it would not be sequential.  Using a single unqiue ID widget and doing 1 ticket per submission would be sequential.