I would like to know the easiest way to extract the text from a database field and set it as the default text for a text area.
I am planning at the moment to assiign the field to a variable, and then using javascript set it as the default text, but I am unsure of how to do this last part.
In your PHP code, likely above your HTML:
And in your HTML: