Hello, I made a form on my site for a registration to a tournament, where I receive the names of the players in my database. Someone who knows code could help me to make a counter to limit the number of places and therefore registration? Thank you in advance !
Hi Thomas,
You can use: https://www.wix.com/code/reference/wix-data.Hooks.html#beforeInsert hook to check and limit the number of records you will have in the collection.
GL, Erez