Limiting users from submitting the form Answered

Post author
Marko Guzvic

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

  • Comment author
    Julian Galluzzo

    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

    0
  • Comment author
    Marko Guzvic

    Okay, time to use ChatGPT and it works perfectly!

    Then 🤣Thank you 🙂

    0
  • Comment author
    Julian Galluzzo

    No problem! Yeah chatgpt will be able to knock that out of the park im sure

    0
  • Comment author
    Shadi null

    ChatGPT does everything nowadays, most of the job applications we receive read like ChatGPT wrote them on its first version 😂

    0

Please sign in to leave a comment.