<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: BUG: JS error when choosing Max Chars on a Body Post Field</title>
		<link>https://legacy.forums.gravityhelp.com/topic/bug-js-error-when-choosing-max-chars-on-a-body-post-field</link>
		<description>Gravity Support Forums Topic: BUG: JS error when choosing Max Chars on a Body Post Field</description>
		<language>en-US</language>
		<pubDate>Sat, 11 Apr 2026 19:24:29 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/bug-js-error-when-choosing-max-chars-on-a-body-post-field" rel="self" type="application/rss+xml" />

		<item>
			<title>vfaguilera on "BUG: JS error when choosing Max Chars on a Body Post Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/bug-js-error-when-choosing-max-chars-on-a-body-post-field#post-42072</link>
			<pubDate>Wed, 23 Nov 2011 20:37:01 +0000</pubDate>
			<dc:creator>vfaguilera</dc:creator>
			<guid isPermaLink="false">42072@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for the reply, I'll give it a shot, I have not published this form I get the issue on preview - which seems not to show any theme.&#60;/p&#62;
&#60;p&#62;there are no previous js errors on that page
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "BUG: JS error when choosing Max Chars on a Body Post Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/bug-js-error-when-choosing-max-chars-on-a-body-post-field#post-42068</link>
			<pubDate>Wed, 23 Nov 2011 20:09:41 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">42068@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sounds like the necessary javascript isn't being output on the page.&#60;/p&#62;
&#60;p&#62;Make sure your theme has the necessary wp_head() function call in the header.php AND the wp_footer() function call in the footer.php file of the theme.  These standard WordPress hooks are discussed here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://codex.wordpress.org/Function_Reference/wp_head&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference/wp_head&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;and here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://codex.wordpress.org/Function_Reference/wp_footer&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference/wp_footer&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If you are displaying the form using the function call instead of the shortcode then it could be because you aren't enqueueing the necessary CSS and scripts, which is required when using the function call.  Because of how WordPress enqueue works, the form function call itself can't enqueue the scripts.  You need to use the enqueue function and place it in your themes functions.php file.  You can read more here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gravity_form_enqueue_scripts&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gravity_form_enqueue_scripts&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;But that is only necessary if you are using the function call to display a form *OR* if your theme is setup in a non-standard way and how the content is being called the shortcode can't automatically enqueue the necessary scripts.&#60;/p&#62;
&#60;p&#62;Another thing to check is make sure you don't have any other Javascript errors on the page.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vfaguilera on "BUG: JS error when choosing Max Chars on a Body Post Field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/bug-js-error-when-choosing-max-chars-on-a-body-post-field#post-42060</link>
			<pubDate>Wed, 23 Nov 2011 19:52:38 +0000</pubDate>
			<dc:creator>vfaguilera</dc:creator>
			<guid isPermaLink="false">42060@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;if I put in a number of minimum characters on this field there is a js error and cause the form not to display. The forms displays and the error is gone if I leave the field empty&#60;/p&#62;
&#60;p&#62;The following error appears on chrome console:&#60;/p&#62;
&#60;p&#62;preview.php:48  -  Uncaught TypeError: Object [object Object] has no method 'textareaCount'&#60;/p&#62;
&#60;p&#62;Has anyone else experienced this?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
