I was wondering, is there a way to put text into an input field? What i\'ve got now is a placeholder, but that\'s actually an empty inputfield. So that\'s not what i\'m look
All you have to do is use the value attribute of input tags:
Or, in the case of a textarea:
Your Value