I just created an application to prescreen job applicants. I want to send them to the form without having to sign up for anything, but keep the view hidden from them.
So basically the form should be public for anyone who finds that URL to be able to submit,
but the view would be limited to users.
How do I do that?