Hi,
I've planned every submission will have custom unique id (increment format) using hidden field.
custom unique id = my own format (eg: ABC0001, ABC0002, ABC0003).
Please help me how to achieve this method.
I've planned every submission will have custom unique id (increment format) using hidden field.
custom unique id = my own format (eg: ABC0001, ABC0002, ABC0003).
Please help me how to achieve this method.
Are you saving it to the database? If so, don't bother with the hidden field and set up the auto increment in MySQL instead.
This topic is locked and no more replies can be posted.