We are in need of a Serial Number.
We imagine the following options (borrowed from calculation field):
– simple integer: 202350010000+1 – With each submission the count goes +1
– simple integer alt: 202350010000+{submission_id} – With each submission the count goes +1 result 202350010001
– concatenate with current year: {YYYY}{50010000}+1 – With each submission the count goes +1 result = 202350010001
– concatenate with date and formatting : {YYMMDD}” | “{500}”.”{10000}+1 result = 23.06.07 | 500.10001
– concatenate with date and formatting alternative: {DDMMMYY}”; “{500}”;”{10000}+1 result = 07.Jun.23; 500;10001 (The semicolon insert would allow using semicolon separation when exported to CSV.
In the meantime, an alternative mu-plugin with this functionality would be awesome. ;-)
Thank you for consideration