There is no way right now to have a short code like [cfdb-table] to give you an additional column that numbers the rows.
Gracias Michael, pero lo que yo quisiera es agregar un codigo a las entradas, puede ser un mumero o codigo de barra, que pueda identificar a cada entrada por un numero, idependientemente de los campos que complete el usuario.
Muchas gracias por tu atencion!
Thanks Michael, but what I want is to add a code to input, can be a mumero or bar code, that can identify each entry by a number, in whatever fields the user to complete.
Thank you very much for your attention!
OK. Each entry has a unique identifier which is its submission time. For example, try using a short code like this: [cfdb-table form="form-name" show="submit_time,Submitted"]
submit_time Submitted
1356040947.1205 2012-12-20 22:02:27 +00:00
“Submitted” is just a human-readable version of “submit_time”. Each entry has a different submit_time value.
I hope that helps.
Thank you! Michael, this number can add input barcode?
Sorry Michael, I am a beginner at this, where I have to put the code [CFDB-table form = “form-name” show = “submit_time, Submitted”], to show me the number of input
That short code can be put on a post or page.
If you wanted to see that number as a barcode, then I suppose you would need to a javascript library that can convert the submit_time value into a barcode image.
Some barcode generators
Thank you Michael!, You are very helpful, Greetings!
Is this barcode tool what you’re looking for?
It is just one of many but I note it because it has a tutorial.