We are running a contest where we'll have many entries coming in and with each entry attachments. What we want is a hidden field that will give each entry a unique number.
We'll have 5 categories, so the number would be depending on the form that is used, "FA4321"
where the "FA is the name of the category and the "4321" are randomly or sequentially assigned.
We need this since people might register in more than one category and we would like to link all their entries by a number to one person.
I hope this is clear, though I'm sure i"ll need to help explain further. The key though is to get a id number for each submission.
Thanks