Limiting users from submitting the form Answered
Hey everyone, need some help with MAKE. I have a form on a CMS template page, and I'd like to limit users from submitting that form more than once per minute.
Does anyone know how to do that? It'd be like if they haven't submitted any forms in the past minute> Do action 1, and if they did> Redirect to a page saying you need to wait 1 minute before submitting another form.
Comments
4 comments
I would recommend doing this totally front-end instead of make - use local storage to save an item for one minute, and if that item is present in local storage, dont allow form submissions
Okay, time to use ChatGPT and it works perfectly!
Then 🤣Thank you 🙂
No problem! Yeah chatgpt will be able to knock that out of the park im sure
ChatGPT does everything nowadays, most of the job applications we receive read like ChatGPT wrote them on its first version 😂
Please sign in to leave a comment.