I searched around and saw a few old answers to a similar question, with talks of adding the feature. Not sure where things stand on it, or if a workaround has been created?
What I would like to do is have a unique number / ID submitted to me when a user fills out a form. I saw something about entry id but no clue how to add this to a hidden field?
So if possible, how would I pass something like
c79#######
where c79 stays constant, but the ####### are incremental?
I am okay if they skip or worst case even random.
Right now I have
{date_mdy} - {referer} - {user_agent} - {ip}
In my hidden field and it works perfectly. Can I also add c790{entry_id}? or is much more complex then that?
Thank you!