This is the text box code I am using to collect emails on my website
<input type='text' value='Your Email Here' name='email' size='25>
What do I have to include in my code so that the words 'Your Email Here' disappear or at least automatically highlight when someone clicks on the box to enter their email?
Thanks in advance!
<input type='text' value='Your Email Here' name='email' size='25>
What do I have to include in my code so that the words 'Your Email Here' disappear or at least automatically highlight when someone clicks on the box to enter their email?
Thanks in advance!