How to specify a placeholder (ie. 'you@youremail.com') in edit form input field if it is empty
How to specify a placeholder (ie. 'you@youremail.com') in edit form input field if it is empty

When the 'Create' or "Edit' form pops up, I'd like to display a placeholder in the blank fields.
Like using an HTML:
<input type="text" id="email" name="email" placeholder="you@youremail.com">
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers