I created a form. ID=10 and using the following code to embed it into the sidebar manually.
<?php gravity_form(10, false, false, false, '', true); ?>
The form has Name (Single text field), Email (advanced field), Paragraph Text, Captcha fields.
However when the form is displayed, I see 5th field. Upon refreshing the page, this 5th field shows either as Comments, or Phone field or email field. Using Firebug console, i get the following error:
jQuery("#input_10_3").textareaCount is not a function
Any help on how to fix this?