Editor Question
Editor Question
john.doe1
Posts: 8Questions: 2Answers: 0
Hi,
In our Editor instance, when someone clicks 'New', in the modal is like:
label1: textbox
label2: textbox
label3: textbox
label4: textbox
but I also want to add at the end
date: YYYY-MM-YY
but for Editor to automatically fill it in with a real YYYY-MM-YY, but also allow the user to change it if need be.
Is it possible? :)
This discussion has been closed.
Answers
Hi,
Absolutely - sounds like you want to set a field default (
fields.def
). Have a look at the second example on thefields.def
documentation page to see how to set a default using todays date.Allan