Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Michael Simpson

    (@msimpson)

    There is no way right now to have a short code like [cfdb-table] to give you an additional column that numbers the rows.

    Thread Starter vlisandrofor

    (@vlisandrofor)

    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!

    Thread Starter vlisandrofor

    (@vlisandrofor)

    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!

    Plugin Author Michael Simpson

    (@msimpson)

    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.

    Thread Starter vlisandrofor

    (@vlisandrofor)

    Thank you! Michael, this number can add input barcode?

    Thread Starter vlisandrofor

    (@vlisandrofor)

    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

    Plugin Author Michael Simpson

    (@msimpson)

    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

    Thread Starter vlisandrofor

    (@vlisandrofor)

    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.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘inputs have a number’ is closed to new replies.