<?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: Multiple Max Character Count/Limit issue</title>
		<link>https://legacy.forums.gravityhelp.com/topic/multiple-max-character-countlimit-issue</link>
		<description>Gravity Support Forums Topic: Multiple Max Character Count/Limit issue</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 15:26:05 +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/multiple-max-character-countlimit-issue" rel="self" type="application/rss+xml" />

		<item>
			<title>Aaron Ware on "Multiple Max Character Count/Limit issue"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-max-character-countlimit-issue#post-68751</link>
			<pubDate>Tue, 31 Jul 2012 09:47:52 +0000</pubDate>
			<dc:creator>Aaron Ware</dc:creator>
			<guid isPermaLink="false">68751@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks David. I sent an email your way. I've already implemented the JS I posted above. But I can disable it if you'd like.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Multiple Max Character Count/Limit issue"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-max-character-countlimit-issue#post-68662</link>
			<pubDate>Mon, 30 Jul 2012 17:50:22 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">68662@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Aaron,&#60;/p&#62;
&#60;p&#62;Sorry, forgot to provide you my email: &#60;a href=&#34;mailto:david@rocketgenius.com&#34;&#62;david@rocketgenius.com&#60;/a&#62;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Aaron Ware on "Multiple Max Character Count/Limit issue"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-max-character-countlimit-issue#post-68661</link>
			<pubDate>Mon, 30 Jul 2012 17:49:36 +0000</pubDate>
			<dc:creator>Aaron Ware</dc:creator>
			<guid isPermaLink="false">68661@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Does this site have the ability to direct message some one? I guess I could open up a ticket. Project isn't public yet so I don't want to post to the forum
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Multiple Max Character Count/Limit issue"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-max-character-countlimit-issue#post-68614</link>
			<pubDate>Mon, 30 Jul 2012 14:53:30 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">68614@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Aaron,&#60;/p&#62;
&#60;p&#62;Could you post a link to somewhere we can see this bug in action?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Aaron Ware on "Multiple Max Character Count/Limit issue"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-max-character-countlimit-issue#post-68599</link>
			<pubDate>Mon, 30 Jul 2012 13:33:03 +0000</pubDate>
			<dc:creator>Aaron Ware</dc:creator>
			<guid isPermaLink="false">68599@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Both appear to be working w/ regards to the character count issue as a &#34;hotfix&#34;.  Seems like a simple update to /gravityforms/js/jquery.textareaCounter.plugin.js. &#60;/p&#62;
&#60;p&#62;This does not fix the issue as to why the plugin itself is binding the selector multiple times when the selector is within a light box or slideshow. Could be something to do with the element being display:none possibly.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Aaron Ware on "Multiple Max Character Count/Limit issue"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multiple-max-character-countlimit-issue#post-68597</link>
			<pubDate>Mon, 30 Jul 2012 13:11:06 +0000</pubDate>
			<dc:creator>Aaron Ware</dc:creator>
			<guid isPermaLink="false">68597@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Noticed there have been a few topics created over the last 6 months. But could not find any that actually had a resolution to this issue. &#60;/p&#62;
&#60;p&#62;Affects (Modal:Fancy Box, Thickbox or Slideshows:Anything Slider)&#60;/p&#62;
&#60;p&#62;The character count jQuery plugin that is being used is being fired multiple times.  Not sure why but I don't see any JavaScript conflicts happening. One fix that I was going to implement on our end and suggest as an &#34;improvement&#34; would be to detect if a the .charleft has already been created for the selected textarea/input if it doesn't exist create it else return.&#60;/p&#62;
&#60;p&#62;Within /gravityforms/js/jquery.textareaCounter.plugin.js&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;var container = $(this);
if(container.parent().has(&#38;#39;.charleft&#38;#39;).length === 0) {
  $(&#38;quot;&#38;lt;div class=&#38;#39;charleft&#38;#39;&#38;gt;&#38;amp;nbsp;&#38;lt;/div&#38;gt;&#38;quot;).insertAfter(container);
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or possibly. depending on which way you want to go&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if(container.parent().has(&#38;#39;.charleft&#38;#39;).length &#38;gt; 0) {
  return;
}

$(&#38;quot;&#38;lt;div class=&#38;#39;charleft&#38;#39;&#38;gt;&#38;amp;nbsp;&#38;lt;/div&#38;gt;&#38;quot;).insertAfter(container);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Figured I would see if there was a fix at all on the roadmap or I'll just make a note to fix this after an update is applied.&#60;/p&#62;
&#60;p&#62;I believe this may also be related to an issue with ajax forms not submitting properly as well as seen in this post &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/using-ajax-with-contact-form-in-modal-window-getting-2-spinners&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/using-ajax-with-contact-form-in-modal-window-getting-2-spinners&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;EDIT: Made a change to my original markup based on some testing.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
