<?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: Message with maximum numbers of characters is shown multiple times</title>
		<link>https://legacy.forums.gravityhelp.com/topic/message-with-maximum-numbers-of-characters-is-shown-multiple-times</link>
		<description>Gravity Support Forums Topic: Message with maximum numbers of characters is shown multiple times</description>
		<language>en-US</language>
		<pubDate>Wed, 22 Apr 2026 09:57:15 +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/message-with-maximum-numbers-of-characters-is-shown-multiple-times" rel="self" type="application/rss+xml" />

		<item>
			<title>Alex Cancado on "Message with maximum numbers of characters is shown multiple times"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/message-with-maximum-numbers-of-characters-is-shown-multiple-times#post-59330</link>
			<pubDate>Thu, 17 May 2012 16:26:19 +0000</pubDate>
			<dc:creator>Alex Cancado</dc:creator>
			<guid isPermaLink="false">59330@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;To answer your initial issue, we currently don't support more than one of the same form to live together on a single page. This is a limitation with the way our fields are named and we don't have any plans to changing that.&#60;br /&#62;
As far as passing form_meta information via the shortcode, what I would suggest is adding a hidden field to the form, and prepopulating it via the shortcode using the field_values properties. See the following doc page:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Allow_field_to_be_populated_dynamically&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Allow_field_to_be_populated_dynamically&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cohen on "Message with maximum numbers of characters is shown multiple times"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/message-with-maximum-numbers-of-characters-is-shown-multiple-times#post-59306</link>
			<pubDate>Thu, 17 May 2012 13:28:54 +0000</pubDate>
			<dc:creator>cohen</dc:creator>
			<guid isPermaLink="false">59306@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;By the way. It would be quite cool to extend the shortcode [gravityform id=# name=TEXT title=boolean description=boolean ajax=boolean] with a paramter ID, that is saved within a member of the form-object.&#60;br /&#62;
This can the be used for simple prepopulating the data with the gform_pre_render-filter.&#60;br /&#62;
Do you think something like that will be possible in one of the next updates?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cohen on "Message with maximum numbers of characters is shown multiple times"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/message-with-maximum-numbers-of-characters-is-shown-multiple-times#post-59303</link>
			<pubDate>Thu, 17 May 2012 13:18:10 +0000</pubDate>
			<dc:creator>cohen</dc:creator>
			<guid isPermaLink="false">59303@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Here is the short piece of code how I add the forms to the page:&#60;br /&#62;
foreach($allPosts as $aPost){&#60;br /&#62;
                    $BE_ID=$aPost-&#38;gt;ID;&#60;br /&#62;
                    if($BE_ACTION!=$BE_ID){&#60;br /&#62;
                        $del_Link=add_query_arg(array('be_action' =&#38;gt; $aPost-&#38;gt;ID));&#60;br /&#62;
                        $content_string='[gravityform id=&#34;'.$form_id.'&#34; name=&#34;Kontakt&#34;  title=&#34;false&#34; description=&#34;false&#34;]';&#60;br /&#62;
                        $content_string.='[button link=&#34;'.$del_Link.'&#34; type=&#34;icon&#34; icon=&#34;warning&#34;]löschen[/button]';&#60;br /&#62;
echo do_shortcode($content_string);&#60;br /&#62;
                    }&#60;br /&#62;
                    else&#60;br /&#62;
                        deleteBEPost($BE_ID,$post_type);&#60;br /&#62;
                }&#60;/p&#62;
&#60;p&#62;$BE_ID is a global variable, I save the current post ID in.&#60;/p&#62;
&#60;p&#62;As you see I iterate through all posts of a certain type and add the corresponding form to the page.&#60;br /&#62;
Via &#34;add_filter('gform_pre_render', 'populate_data');&#34; I populate the data to each form, using $BE_ID to set the data from the correct post for each form. It really works very goods. So far no problem.&#60;br /&#62;
The only problem I recognized until now, is the problem with the counter message.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Message with maximum numbers of characters is shown multiple times"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/message-with-maximum-numbers-of-characters-is-shown-multiple-times#post-59300</link>
			<pubDate>Thu, 17 May 2012 12:50:57 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">59300@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I noticed that all 3 of your forms have the same ID (gform_wrapper_10). How exactly are you inter-linking these forms? Are you using custom code, do they have any relation to each other? I've never seen more than 1 of the same form ID work on a single page before. So this could be related.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cohen on "Message with maximum numbers of characters is shown multiple times"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/message-with-maximum-numbers-of-characters-is-shown-multiple-times#post-59297</link>
			<pubDate>Thu, 17 May 2012 12:39:01 +0000</pubDate>
			<dc:creator>cohen</dc:creator>
			<guid isPermaLink="false">59297@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No, the repeated messages are not shown in the formbuilder preview. They just appear if there are more than one form on the page.&#60;br /&#62;
In the example (see link above):&#60;br /&#62;
If I delete the users entries, so that there is just one form on the page, the messages are shown one time only, too.&#60;br /&#62;
The error just happens if there are more than one form on the page.&#60;br /&#62;
Perhaps one necessary information.&#60;br /&#62;
I set the form via shortcode ([gravityform id=# name=TEXT title=boolean description=boolean ajax=boolean])
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Message with maximum numbers of characters is shown multiple times"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/message-with-maximum-numbers-of-characters-is-shown-multiple-times#post-59263</link>
			<pubDate>Thu, 17 May 2012 10:04:27 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">59263@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Edwin, when you preview that form from within the formbuilder preview do you see the repeated messages?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cohen on "Message with maximum numbers of characters is shown multiple times"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/message-with-maximum-numbers-of-characters-is-shown-multiple-times#post-59238</link>
			<pubDate>Thu, 17 May 2012 07:18:10 +0000</pubDate>
			<dc:creator>cohen</dc:creator>
			<guid isPermaLink="false">59238@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;On my page I use the same gravity forms via shortcode multiple times.&#60;br /&#62;
With the top form the user is able to add an entry.&#60;br /&#62;
Below this form the user can change previous entries with prepopulated forms.&#60;/p&#62;
&#60;p&#62;Theres is the problem, that the message showing the maximum number of characters for a text field is shown multiple times.&#60;br /&#62;
I know that this bug was reported and should have been fixed with version v1.6.3.2.&#60;br /&#62;
Today I updated to v1.6.4.2.1 and the problem is still there.&#60;br /&#62;
See &#60;a href=&#34;http://yellowcapp.synology-ds.de/concappt/BackendConcappt&#34; rel=&#34;nofollow&#34;&#62;http://yellowcapp.synology-ds.de/concappt/BackendConcappt&#60;/a&#62; for an example (be patient...this is my development environment).&#60;br /&#62;
You have to login with user: &#34;test&#34; and password: &#34;test.&#60;br /&#62;
Below the input field &#34;Name&#34; you can see the multiple messages.&#60;br /&#62;
Is there any possibility to download version v1.6.3.2 of the plugin, so that I can test against it?&#60;/p&#62;
&#60;p&#62;With kind regards,&#60;br /&#62;
Edwin
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
