Sign in to join the conversation:
Is there a way for the Web Form to generate an order number when submited? Or a function to give a a row an order number?
Dear Kevin,
Yes, there is.
Create a column 'OrderNo', set the Column Properties to Auto-Number and set the dsplay format as you want - like this:
It won't appear in the web form, but you'll get an auto-number for each submission in the given row.
I hope it helps.
Atus