• Resolved ercan3

    (@ercan3)


    Hi Edgar,
    I’d like to add two fields to my form, one is an automaticaly generated order number. And another field for order date read-only field with default current date.

    I checked the function in formula builder but I don’t know how I can create these two fields. Do you have any advice?

    Thanks,
    Ercan

Viewing 1 replies (of 1 total)
  • Plugin Author EDGARROJAS

    (@edgarrojas)

    Hello!

    Sorry for the big delay, for the automatically generated order number an easy solution would be to do something like: new Date().getTime();

    For the second field i guess you could use the nomrmal date picker and make it read only. You could set the default date to be 0 (which means 0 days from now which is equal to today).

    Regards!

Viewing 1 replies (of 1 total)

The topic ‘Auto Number Field and Current Date Field’ is closed to new replies.