Password Protect a Form and Control Who Can Submit
Password protect a form, limit responses, close it after a deadline, or allow one entry per device. Four simple controls over who can submit.
If you have ever wished you could password protect a form, stop stray submissions, or shut things down on time, these four controls are for you. Not every form should be open to the whole world. An HR survey is for staff only. A workshop has fifty seats, not five hundred. EesyForm gives you four simple switches over who can fill in your form and when, and none of them take more than a minute to set up.
Password protect a form
With a password gate, nobody sees a single question until they enter the right password. First comes a friendly prompt asking for it, and only correct entries unlock the form. This suits:
- Internal HR forms, such as staff feedback surveys.
- Client-only intake, where only paying clients should see your questions.
- Class quizzes shared with one group of students.
- Private team or family sign-ups.
Your passwords are stored securely on the server as hashed values. In plain words, hashing turns a password into unreadable scrambled text, so nobody can peek at it, not even us. You share the password with your group by email, chat, or a phone call, whichever feels safest.
Close a form whenever you like
Events end. Deadlines pass. When that happens, flip one switch and the form closes. Instead of questions, visitors see a friendly closed screen. Nobody can submit late entries, and you do not have to delete anything. Reopening later is just as quick if plans change.
This works nicely for seasonal offers, application windows, and anything with a cut-off date. Think of a festival feedback form that should disappear the week after the event, or a job application window that shuts at midnight on Friday. Close it once and move on with your day.
Limit form responses with a cap
Want exactly fifty sign-ups, not fifty-one? Set a response limit. You choose the maximum number of completed submissions, say 50. Once the cap is reached, the form automatically stops accepting new entries.
Perfect fits include:
- Limited-seat workshops, where seats genuinely run out.
- Giveaways, where only a fixed number of prizes exist.
- Beta cohorts, where you onboard a small first group.
No more checking your inbox at midnight to shut things down by hand. The form knows when it is full.
Allow one submission per device
Some forms should allow only one entry per person. Turn on one-submission-per-device and a localStorage check stops the same browser from submitting twice. A localStorage entry is a tiny note a website saves in your browser; here it simply remembers who has already taken part.
Use it for:
- Staff votes on the new office name.
- Single-entry raffles.
- Quizzes where a fair attempt means one attempt.
Picking the right control
Ask yourself one question: who should get in, and how many times? A password answers the who. A response limit answers the how many. Closing handles the until when. One-per-device handles the how often. You can combine them freely; a capped workshop might use a password plus a limit of thirty seats and one entry per device, all at once.
Once responses start arriving, watch them build up in real time with response tracking and analytics. And if you are just getting started, our walkthrough of the free online form builder covers the basics, while conversational forms explain why one question at a time keeps completion rates up.
Frequently asked questions
Can people guess their way past a password gate?
They would need to know the exact password before seeing any questions. Choose something specific to your group rather than a common word, and share it privately.
What happens when a form reaches its response limit?
It stops accepting entries automatically. New visitors cannot submit, so you never receive number fifty-one by surprise.
Can I reopen a closed form?
Yes. Flip the same switch back and the form accepts submissions again. Nothing was deleted while it was closed.
Does one submission per device block everyone sharing a computer?
Possibly. Each separate browser gets its own single entry, so people sharing one browser share that entry too. It suits votes and raffles best.