Resetting a Form Submission Count

  • BxClinic
    Asked on March 1, 2018 at 11:16 AM

    Hi again,

    I have a form which is selling tickets and I'm going to set it to disable when 200 submissions have been made / 200 tickets sold.


    I've been testing it and so now have a certain number of submissions. How do I reset the number so that when it goes live I can be confident that 200 tickets can still be sold?


    Thanks :-)

  • Adrian
    Replied on March 1, 2018 at 11:45 AM

    If you delete the form submissions (test submissions), the submissions count for that form should be set to 0.

    Related Guide: How to Delete Form Submission Data

    Then you can disable the form when the submissions number reaches 200. You can do this in Form SETTINGS -> Set the Form Status to Disable on submission limit.

    Resetting a Form Submission Count Image 1 Screenshot 20

    Related Guide: How to Limit Submissions in a Form


  • BxClinic
    Replied on March 1, 2018 at 7:03 PM

    Thanks Adrian!