Hi there.
This is sample of my contact form html code:
<input type="text" class="txt" value="Your Name" onfocus="if(this.value=='Your Name')this.value='';" onblur="if(this.value=='')this.value='Your Name';">
But how to add on CF7 onfocus="if(this.value=='Your Name')this.value='';" onblur="if(this.value=='')this.value='Your Name'; and etc. tags ?
http://wordpress.org/extend/plugins/contact-form-7/
[ Please do not bump, that's not permitted here. ]