You just might want to add the below to the form input tag - it clears the 'email address' prompt when a user enters their cursor
onfocus="this.value=''"
You just might want to add the below to the form input tag - it clears the 'email address' prompt when a user enters their cursor
onfocus="this.value=''"