The Counter Field for Elementor Pro Form is useful for many use cases: When you need a unique successive ID for the form submission, when you want to keep track of the number of submissions received, but also to get the sum of the values of a specific field (for example sold tickets to an Event).
Start Counter at: to set the number from where the count will start
Counter Step: this is the value to be added each time the form is submitted. It's possible to retrieve the value from another form field.
Hide the counter: you can hide the counter here if you want to make use of the count in value of another field by appending it.
Counter and Templates
Notice that the counter is unique. if the form is in a template and you put the template in various places there is still only one counter. Its value will be the same in all places and a submit in one place will advance the counter in all places.
Add a Step Set To A Token
In case you have a limited number of tickets and one person can buy more than one ticket at a time, then you can use Dynamic value in Counter Step from the form field using Token.
In the above screenshot, we've referenced a number field with id of "ticket"
Reset the Dynamic Counter
In order to reset the value of Dynamic Counter, you can simply remove the counter field and re-add a new field with the same id.
Use Cases
If you are using the Elementor Form to sell items with Stripe or PayPal, you can display the number of total purchases so far. You can also limit the number of items sold, like in the case of tickets for an Event. This can be done by using the counter together with the Conditional Validation extension.
You can use the counter in the value of the Unique ID field for references.