I would like to have a placeholder text in my text area just like you can have in the text boxes. Is that possible?
I would like to have a placeholder text in my text area just like you can have in the text boxes. Is that possible?
Hello! Delete text from textarea, in More Properties add:
attribute = placeholder
value = any text
Thxanks! that worked perfect!