When Editor edit form shows, show div
When Editor edit form shows, show div
chris.cavage
Posts: 46Questions: 12Answers: 0
in Editor
When Editor opens in edit mode, is there a way to show a div or a span with some text?
Basically above the first field (location field in my pic), I just want something to say "Created by *field_from_db on *field_from_db"
I never want it to be editable.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi @chris.cavage
You can use the form's
message()
capability as in this example here. Does that do the trick?Cheers,
Colin
That's great, Colin! Perfect. Thanks for taking the time.