Hi, I’m new to Gravity Forms and I can’t find a way to natively add a ticket number or unique ID for each submitted entry for tracking. Does Gravity Forms make it possible natively to functionality add a ticket number or unique ID for each submitted form?
Thanks.
The entry ID is sequential and unique across all forms on the site. If you need more than that you would need to custom code something or you can use this plugin:
https://gravitywiz.com/documentation/gravity-forms-unique-id/
Hi - I solved a similar need for a unique value, in my case, it was to add to rendered links in HTML fields to break browser cache (append the value to the URL’s query string).
This could work for you too, but I’d add micro seconds to the code snippet just to make it less granular.
Thank you Chris and James.
1 Like
As Chris mentioned, Gravity Forms Unique ID gives you completely control over how the unique ID is generated (prefix, suffix, length, sequential, alphanumeric, etc).