How to make the user can fill out the form on the site only once?

I need to make a vote on the site, but I want to prevent one user from voting several times.
I will upload the site to the client’s hosting and connect the form to google tables to save the choice of voters in one place.
Can you suggest a smarter solution?
Thanks !

Hi Anton welcome :webflow_heart:

Use modal - You can set how often this form appear on your site. Take this tutorial and learn how to add cookie. Hope it helps

thanks, i think this will solve my problem.
very helpful

To do that proper way you need store information when user vote in database on user informations. Cookies solution will work until user will not clear cookies. This mean that data analytics of results (votes) would not be correct as after clening cookies user will be able vote again.

2 Likes