Is there a way to add jQuery to a specific form within Gravity Forms?
Is there a way to add jQuery to a specific form within Gravity Forms?
You could enqueue or add the jQuery to your head or foot by wrapping it in a conditional that says "if the page is this, then include the script." But, I see where the problem comes in. If you use that form on multiple pages, then you need to be able to tie the jQuery to the form, right? How about adding the jQuery to a HTML block in the form? It would always be included, and not visible in the form.
Can you post more details of how you need to use this? Maybe we can come up with something.