Forums

the limit for reporting

gorus1 06 Nov, 2015
HI
I have very simple form for applications players for match (3 labels: name, surname, contact).
I need limit players to 15.
After saving the last player the form to disappear, in its place a message "limit is full"?
How can I do that in chronoforms 5?
Regards
GreyHead 06 Nov, 2015
Hi gorus1,

Add a DB Save to the form if you don't already have one.

In the On Load event add an Event Switcher action . Add code to the Event Switcher to count the number of submissions - see this FAQ for an example (it's more complicated than you need).

If the course is full either show a message and use a Show Stopper to prevent the form processing any further; or redirect the user to another page.

Bob
This topic is locked and no more replies can be posted.