HTML forms
HTML forms
Out of context: Reply #5
- Started
- Last post
- 5 Responses
- fugged0
you might want to use javascript to clear the default value so when the user clicks in the field, the "name" or "email" text goes away. Likewise on blur, you could check to see if the value is blank, and if so put the default label text back in.