How to generate increment id number in field

chekwan 24 Sep, 2018
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.
healyhatman 24 Sep, 2018
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.