Limit form entry to 1 per day

Hi all.
Is there a way to limit the user input/registration in a form to 1 per day? How do I make a filter like that?
Thanks for the help.

When the user send the form, I believe you have the data somewhere. It should have a creation date.
Make a visibility condition on the form. If one of the date matchs today’s date don’t show the form but a message saying they can’t do more

1 Like

Thanks. I’ll try it out and see how it pans out for the customers.