Add onblur , onfocus attribute in contact form 7 text field
Tuesday, November 22nd, 2011Problem: How to add onblur and onfocus attribute to contact form 7 wordpress plugin text field. Solutions: Add the below code to line 70 of modules/text.php if ( $value != ” ) { $atts .= ‘ onfocus=”if (this.value == \” . esc_attr( $value ) . ‘\’) {this.value = \’\';}” onblur=”if (this.value == \’\') {this.value = [...]
>>read more

