Why is "onfocus" not working?!
-
Hi there!
I love this plugin and I am using it since I started to work with wordpress.
I am wondering, why we can’t get “onfocus” to work in the fields and in the textarea?!
I mean, it would be really great to have the entry field for name and mail and so, but without a special line above or next to it, telling “name” or “mail”. This is how I have it right now: https://www.jz-oz.de/gaestebuch/#guestbookform.
In ~/dmsguestbook/template/form/default.tpl there should be a possibility to work with something like this:
<input class='css_form_namefield' type='text' name='gbname' value='$gbname' maxlength='50' onFocus="if(this.value=='$gbname') this.value=''"/>
or<input class='css_form_emailfield' type='text' name='gbemail' value='$gbemail' onFocus="if(this.value=='$gbemail') this.value=''"/>
But I just can’t get what I want in the end?!
So, anybody could help me, please?!
Thanks in advance!
Chipy
- The topic ‘Why is "onfocus" not working?!’ is closed to new replies.