January 15, 2014 at 1:07 am
#1858
Keymaster
Sure,
<textarea maxlength="5000" data-msg-required="Please enter your message." placeholder="Edit this message..." rows="10" class="form-control" name="message" id="message"></textarea>
Just replace the textare on the html with this one and change the placeholder attribute.
Thanks.