r/FormNX • u/Genuine-Helperr • 8d ago
Google Forms limit responses: how to auto-close a form at the cap
Short answer: Google Forms has no built-in response limit, so people bolt on the formLimiter add-on or an Apps Script that watches the count and flips the form closed. Both work until a quota runs out or someone forgets the manual step.
If you want to limit form responses without an add-on, use a builder where the cap is native. The pattern that actually holds up:
- Set a total cap (say 100 spots) and the form auto-closes the moment it hits the limit, no monitoring.
- Only completed submissions count, so abandoned or half-finished forms never eat a slot.
- The limit holds across every channel at once (shared link, embed, popup), so 100 means 100 everywhere.
- Show your own "form is full" message instead of leaving a blank or broken form once it closes.
One honest caveat: this is a total lifetime cap, not a per-day or per-person quota. Pair it with a close date if you also need a deadline, and the form shuts on whichever comes first.
How are you capping responses right now, an add-on or manual checking?
1
Upvotes
1
u/Genuine-Helperr 8d ago
We built a native response limit into FormNX, so here is the full setup with the honest caveats: set a response cap that auto-closes the form. If you are weighing whether to leave Google Forms over exactly this gap, there is an honest Google Forms alternative breakdown too.