Hi,
I purchases the plugin the other night as I was getting so frustrated with TDO forms!
I have a question. On one of my sites (http://www.figureofweight.com) I have added the following code so that when a user clicks on the label it removes the 'Search' text. I want to do the same on my form in Gravity forms. But I want to remove the name and email titles and have them inside the field.
(value="Search.." onfocus="if(this.value == 'Search..') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search..';}"
)
Any help is greatly appreciated!