Hi there,
We currently run a couple of formidable forms on our website. We added a couple of code-snippets to the forms aswel. The way these form behaves is as such:
People can register on the form. We have set a max limit for the amount of people that can register. We allow them to add an additional 10 people. whenever they add multiple people, this amount will be subtracted from the total limit of people that can register. Everything seems to work just fine to this point however there is one issue. The button that allows you to add multiple registrants won\'t check the real-time amount of people that can still register.
For example. We have a form that has a limit to 12 registrants. Person 1 registers as a group for a total of 10 people. This person can click the button to add registrants without any issue and won\'t encounter the problem.
Person 2 tries to register 10 people afterwards, however this shouldn't be possible because there are only 2 spots left. The issue is that person 2 can still click on the button that allows you to register 10 people filling in everyones information just to get the message that there are just 2 spots left after confirming the form.
My question is: Is there a possibility for this button to behave with the real-time spots left. So if there are only 2 spots left on this form, this button will only allow you to click it 2 times before getting the message that there are just 2 spots left and you\'re unable to add more registrants.
Thanks in advance!