Tag: jQuery
Adding placeholders to Contact Forms 7
HTML5 provides a placeholder attribute. How to get CF7 to use it? How to workaround stupid IE with jQuery? Effect we want: show a placeholder in unmodified inputs, hide (delete) it when field gains focus, and restore it on blur … Continued