I am trying to implement the Javascript technique of clearing a default field of a form on click. I have read on the forum two places that describe how to do it...
http://www.gravityhelp.com/forums/topic/where-should-i-place-custom-jquery and
http://www.gravityhelp.com/clearing-default-form-field-values-with-jquery/
I have more than one form on my website but my concern is the form in the header. This technique is being used on a form in my header on all pages - an example is here...
http://testing.musedigitaldesign.com/site8/ and the form at the bottom of the this page...
http://testing.musedigitaldesign.com/site8/products/success-workshops/
The technique will work for both the form in header and the form at the bottom of the page on the second link. But for some reason, it will not work on the header form on any other page.
Does this bug make any sense to anyone? I'm baffled by it.
Like I said, this same bug occurs with either technique from the top of this post.