Answered

Anonymous submission with limited respons


Hi there,

For a project I need to send one same form to 400 employees. The challenge is that all employees are restricted to submit the form one time and it needs to be anonymous. I have a paid account.

My idea
Is it possible that Typeform creates multiple url’s for the same form with a limit of one respons per url (the form needs to stay open for the rest of the url’s)? It would be nice if this can work together with Mailchimp, so I can dynamically add the url’s. This means that the url has to “close” whenever the form has been submitted.

If someone has a better idea, please feel free to share! It is a sensitive subject so I cant choose for the option where I deduplicate

icon

Best answer by picsoung 27 May 2022, 01:45

View original

5 replies

Userlevel 7
Badge +5

Hi @Petric Happy Wednesday! I hope you’re having a great week so far. 

We don’t have an option to limit the form to one response per person (regardless if you know who they are or not), but one idea would be to use cookies/custom code to prevent the form from appearing if they have already filled this out. 

This would be a very custom option that you’d have to build, but possibly @mathio has some example code that could help. 

Userlevel 7
Badge +5

Hello @Petric 

As @Liz pointed out typeform does not support this out of the box.

As an alternative solution you could generate random identifier for each employee and pass it as hidden field to your form. Then you would be able to look into results (eg. via Responses API) and filter out duplicates and invalid values for this identifier.

To take this one step further you could embed your typeform in a webpage and check if the identifier is valid (if it is on your list) and if it was not used yet (try to retrieve a response with hidden field containing this identifier).

Userlevel 7
Badge +5

To complement @mathio ‘s answer, if you are willing to explore some technical implementation.

If you generate a random identifier for each employee, you could also add a logic, to check if the random identifier is part of the list. 
If it’s not it should display an error (use Statement question type).

This logic could be created via API.

Once the form is submitted, use webhooks to be notified of new submissions. And then use the API to remove the identifier from the logic.

Sorry for my delayed reply. I think I got enough information :). I have to check what I am able to do myself!

Thank you for helping me!

Userlevel 7
Badge +5

Let us know what you come up with, @Petric! 😉

Reply