We have a simple need for a unique ID to be submitted for every enquiry sent through a contact form on our site.
This ID must be a sequential integer - much like a database ID.
Can we assign “0” to a global variable called “EnquiryID” and then increment it in some way in template code?
I can’t see any reference to writing global variables in template code.
Or - any other solutions you can think of?
Thanks