How to display a message when clicking on an input field?
How to display a message when clicking on an input field?
hi,
when creating a new entry to my table, there is a text box I have to fill. When clicking on that box, I need the system to display a message right under or next to it with some info. Something like the error message that pops-up when a validation goes wrong, but here I need it to pop-up every time I click on the input field.
thanks!
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Sounds like you might want to use the
field().message()
method.Allan
Actually yes, thank you!