HOW CAN I LIMIT AN ENTRY TO ONE EMAIL PER DAY

  • SABRINA
    Asked on February 22, 2018 at 8:41 PM
  • liyam
    Replied on February 22, 2018 at 11:14 PM

    Unfortunately, we do not have a tool to run a check and limit a submission once a day. This can be done, however, by creating your own script and having your own database on your own website.

    Conceptually, what needed to be done is to create a database that will receive a counter from your form's submissions. Then this counter should trigger a match with your database to whether a form should be seen or not. 

    Feel free to let us know of your thoughts on this or if you have other questions.