dinoviapangea
Technical User
I have a text field such as below,
<input type="text" name="email" value="Enter an email" size="40" maxlength="100">
I want the "Enter an email" to disappear when a user begins to type their email address.
Thanks,
Dino
<input type="text" name="email" value="Enter an email" size="40" maxlength="100">
I want the "Enter an email" to disappear when a user begins to type their email address.
Thanks,
Dino