Hello,
Let me preface my problem briefly: Our client loves the "Pluto" theme. Unfortunately, due to the nature of the theme, it is incompatible with largely everything that utilizes jQuery; to my displeasure, that includes gravity forms (I have no doubts it is the theme; it has thrown a hissyfit with many plugins). After a few hours of attempted debugging, I realized the situation was beyond my capabilities and decided to do something I consider to be pretty unorthodox and fairly "ghetto".
I made a separate install of wordpress on the same server, requested bots to not crawl it (It is effectively private), installed gravity forms and stripped everything but the "content" to display on the pages.
Now, on the main site with the "Pluto" theme, I "iframed" the gravity form on the other hidden site to make it appear as though it were on the main site. SEO problems aside, I encountered an error on the private site:
Uncaught TypeError: Object [object Object] has no method 'textareaCount'
For reference, the private site is located here: http://isabellarestaurantandbar.com/supp/?page_id=11 (It's going to be impossible to see the labels this way; it's white on white). The datepicker isn't working correctly and I'd bet it has something to do with this javascript error.
I ensured that jQuery was called correctly in the header (1.9.1). If any direction could be offered on how I should tackle this problem, I'd greatly appreciate it. If more detail is needed, let me know.
Thank you in advance.