Contact Form 7 Clear textarea

Last time we talked about how to clear the input labels on Contact From 7 using a slight hack to the code. This is great for simply using input labels, but what about a text area? As I quickly found it, it doesn’t work.

Why is doesn’t work is because the text area is controlled by a different php file called textarea.php.

So if we open that file up and look on line 88 you will find this code:

$html = ‘‘;

We need to change it to this code:

$html = ‘‘;

Now save it and your text area will now clear itself when someone clicks on it.

Google Adds Countdown Widget

By Dave Fogel | December 16, 2014

Google just announced  a new countdown widget that makes it easy for advertisers to place countdown times within their ad copy dynamically. With a countdown widget, you can create a sense of urgency for customers to buy what you have now versus later. This includes the ability to set the following messaging in your ad…

Penguin Continues To Roll Out

By Dave Fogel | December 11, 2014

Typically when Google launches a new algorithm update, it is over pretty fast and everyone is scrambling to figure out what to do next. This certainly has not been the case with Google Penguin 3. We’ve been seeing a lot of activity around sites impacted by Google’s Penguin algorithm over the past few weeks. When…

Google Launches Adwords Editor 11

By Dave Fogel | December 11, 2014

Yesterday Google announced the latest version of Adwords editor, now version 11. This version has been completely re-written, which is a good thing because the old version felt like it was done for windows 95. For those of you not familiar with adwords editior, it is a faster way manage your adwords account than simply…

Posted in

Dave Fogel

Leave a Comment