Hello,
How to create a contact us form like: Your Message
When you place a cusor on your message, the cusor align to the left. When you type a text on it, the whole previous text like Subject etc disappeared.
This is a similar contact form that I create:
<div id="carticle3">
<div id="title">Your Message: </div><br><br>
<input type="text" name="name" value="Your name"><br>
<input type="text" name="email" value="Your email"><br>
<input type="text" name="subject" value="Subject"><br>
<textarea rows="4" cols="20">Message</textarea><br>
</div>
Yet, it's still different. Can anyone help me make the contact form more like the contact form in the link?