Hi again,
when a field is focused by the user, I want the default value to vanish.
I tried and entered the following into "extra params" of a text field:
Thx for showing me a way!
Herbert
when a field is focused by the user, I want the default value to vanish.
I tried and entered the following into "extra params" of a text field:
onfocus=if(this.value == 'First name*') { this.value = ''; }Unfortunately, this didn't work. What's wrong with my syntax?
Thx for showing me a way!
Herbert