![]() |
Adding a form - question...
How do I add text to a form so that the form text field will have text in it already before the surfer puts his/her email in it?
I am looking to ad a form and have it say "enter email here" inside the box and once clicked, I want that text to disappear. Anyone know what I need to do to my form? |
<input type="text" name="textfield" value="Enter Email Here">
|
EB, how do I get it so that the "Enter Email NOw" disappears when I click inside the box?
|
<input type="text" name="textfield" value="Enter Email Here" onclick="value=''; return true">
|
All times are GMT -7. The time now is 07:41 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123