Set a dataset limit?

What I’m trying to do is have users type in their email address, hit submit, and have a URL display, but limit the number of people who get that URL at 25. If it is over 25, show them a different URL, and so on. Basically capping access to each URL at 25 users.

I figured I can do this with a dataset and retrieve the URL value through a repeater, but I’m having issues on how to “cap” the submissions to 25.

For this you should add an additional DATA-FIELD in your DB, which will count the SUBMITS of each URL. It does not matter if you use a DATASET or a wix-data-query to achieve your wished function.

The important thing in this case is the counter-FIELD (NUMBER) which will count the submits of each of your urls in your DATABASE.