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 Panda 3.3

By Dave Fogel | April 11, 2012

Google released Panda 3.3 update in February. Though 40 updates were done, we haven’t seen any change in ranks for the website we do SEO for. What stands out the most to me is: Link evaluation. We often use characteristics of links to help us figure out the topic of a linked page. We have…

Google says SEO is not SPAM

By Dave Fogel | October 26, 2011

Well, it’s official. Matt Cutts, the head of Google’s Web spam team, says that SEO (Search Engine Optimization) is not spam. This is not a big surprise to many of use that have been in the industry a lot time, but it helps justify what we do to clients who are not really sure if…

WP-Admin goes blank

By Dave Fogel | October 26, 2011

This can be a serious problem and mean one of your plugins has caused a lot of problems with your site. It is a scary experience when you cannot log in to your own site. That being said, try this first. Look at your functions.php file and find any empty spaces at the top or…

Posted in

Dave Fogel

Leave a Comment