RandyBass Posted August 13, 2022 Report Share Posted August 13, 2022 I have a simple submission form for registering for an event. How can I add a user defined number of entries? Create a way for 1 person to register multiple people. If need to register 3 people the form is opened 3 times. Quote Link to comment Share on other sites More sharing options...
0 Wikiwi Posted August 16, 2022 Report Share Posted August 16, 2022 Since each record will be a different person then there is no other way to build a much simpler submission form than you currently have. If you want you can try a tabular DataPage and add an inline insert to it. Quote Link to comment Share on other sites More sharing options...
0 Tubby Posted August 16, 2022 Report Share Posted August 16, 2022 I agree with @Wikiwi. Also, most browsers prevent multiple opening of windows/pop up as a part of the pop-up blocker's functionality. Also, opening the submission multiple times will also require users to submit records individually. So if that is the case, you can use @Wikiwi solution which is much quicker or change the destination of the submission page back to the same form so they can continue to fill out the form multiple times. But if you want to limit your submissions to the number of times that you set it to a certain person. You can check this article: https://howto.caspio.com/tech-tips-and-articles/advanced-customizations/how-to-limit-the-number-of-submissions/ Quote Link to comment Share on other sites More sharing options...
0 PotatoMato Posted August 31, 2022 Report Share Posted August 31, 2022 Hi! Just to add, you may also consider using this customization: https://howto.caspio.com/tech-tips-and-articles/advanced-customizations/submit-multiple-datapages-using-one-button/ Quote Link to comment Share on other sites More sharing options...
0 NailDyanC Posted September 10, 2022 Report Share Posted September 10, 2022 Hello, just want to add. You may consider checking these links as well: Quote Link to comment Share on other sites More sharing options...
Question
RandyBass
I have a simple submission form for registering for an event.
How can I add a user defined number of entries?
Create a way for 1 person to register multiple people.
If need to register 3 people the form is opened 3 times.
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.