How can I create multiple registration records in one transaction?

  • deadcenterfilm
    Asked on March 30, 2015 at 12:46 PM

    We currently have an intuitive form for registration that shows/hides fields as relevant. This allows one person to register many people within one transaction. However, all data associated with with the transaction is limited to a single row in the form (user 1 name....user 1 info, user 2 name....user2 info, etc). Is it possible to trigger a loop (or anything really) that allows each registration to be recorded individually and be processed as a single financial transaction?

  • raul
    Replied on March 30, 2015 at 2:52 PM

    I'm sorry, but I don't fully understand your question.
    Do you want to create separate registrations for each pass holder in your form, instead of having them associated with one single submission?

    If this is the case, unfortunately, I don't think this would be possible to accomplish using the form builder. On this scenario, you would need to use the API to post a new submission for each pass holder that is registered in the form, this can be done using a custom script that would POST the entered information using a loop.

    I hope this helps.

    Let us know if I misunderstood your question.
    Thank you.

     

  • deadcenterfilm
    Replied on March 30, 2015 at 3:02 PM

    I believe that is what we will need to do. We will try that out. Thank you!

  • raul
    Replied on March 30, 2015 at 3:19 PM

    You're welcome.

    If you need further assistance, don't hesitate to contact us.
    We'll be happy to help.