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
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
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
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.