I made a form for a kids-recreation week..
Kids can apply by filling in the form. Form works like a charm, data is saved in the database.
Now there is the need to have a limit on the number of applicants. There is only 750 places available.
Is tere a way to count the number of records in the database ? And when it hits 750 a message should be displayed that the max number of applications is reached. So no form displayed...
Any thoughts on this?
Kids can apply by filling in the form. Form works like a charm, data is saved in the database.
Now there is the need to have a limit on the number of applicants. There is only 750 places available.
Is tere a way to count the number of records in the database ? And when it hits 750 a message should be displayed that the max number of applications is reached. So no form displayed...
Any thoughts on this?