Hi Team,
I have been trying to add the following custom jQuery scripts to my Gravity Forms:
Add default value for Name field(s)
http://www.gravityhelp.com/forums/topic/add-default-value-for-name-fields
Clearing Default Field Values with jQuery
http://www.gravityhelp.com/clearing-default-form-field-values-with-jquery/
Change position of sub-labels on advanced fields
http://www.gravityhelp.com/forums/topic/change-position-of-sub-labels-on-advanced-fields
Request setting to place field descriptions above fields
http://www.gravityhelp.com/forums/topic/request-setting-to-place-field-descriptions-above-fields#post-12697
I have incorporated all of them into a single gravityforms.js file that looks like this:
Then I have called the file in my header.php file,:
As you can see, I have placed this just before </head>, so that it loads after the jQuery script in my theme.
Problem is, THIS DOES NOT WORK on the form.
Am i missing something?
Thanks in advance