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.

PPC vs SEO

By Dave Fogel | February 27, 2010

One of the most common questions we get asked is what is more important, Pay-Per-Click or Search Engine Optimization? Here is how we see it: PPC: – Ads are online almost immediately – Start getting ROI sooner – Great for time sensitive promotions – Great for testing different words, phrases and products – Quickly build…

Posted in

Dave Fogel

Leave a Comment