<?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: Forms submitted multiple times - conflict with Simple Facebook Connect</title>
		<link>https://legacy.forums.gravityhelp.com/topic/forms-submitted-multiple-times-conflict-with-simple-facebook-connect</link>
		<description>Gravity Support Forums Topic: Forms submitted multiple times - conflict with Simple Facebook Connect</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 18:55:24 +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/forms-submitted-multiple-times-conflict-with-simple-facebook-connect" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Forms submitted multiple times - conflict with Simple Facebook Connect"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-submitted-multiple-times-conflict-with-simple-facebook-connect#post-12758</link>
			<pubDate>Tue, 16 Nov 2010 11:28:44 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">12758@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Gravity Forms v1.5 should be compatible with the SFC plugins.  So you can install the beta or wait for it's final release.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vanderark1 on "Forms submitted multiple times - conflict with Simple Facebook Connect"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-submitted-multiple-times-conflict-with-simple-facebook-connect#post-12737</link>
			<pubDate>Mon, 15 Nov 2010 19:33:19 +0000</pubDate>
			<dc:creator>vanderark1</dc:creator>
			<guid isPermaLink="false">12737@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I had the same issue.  I only used SFC for the LIKE button, thinking originally that I would use others in their suite of plugins.&#60;/p&#62;
&#60;p&#62;I deleted all SFC.&#60;/p&#62;
&#60;p&#62;Does anyone have an option for a LIKE button that doesn't conflict with Gravity Forms?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Forms submitted multiple times - conflict with Simple Facebook Connect"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-submitted-multiple-times-conflict-with-simple-facebook-connect#post-12729</link>
			<pubDate>Mon, 15 Nov 2010 16:58:50 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">12729@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It appears that changes we made to Gravity Forms v1.5 already fixes this issue. If you wanted to download and install the 1.5 beta it is available on the Downloads page.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Forms submitted multiple times - conflict with Simple Facebook Connect"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-submitted-multiple-times-conflict-with-simple-facebook-connect#post-12713</link>
			<pubDate>Mon, 15 Nov 2010 12:14:40 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">12713@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We will look into this.  This isn't a &#34;no-no&#34; as Otto has said.  If anything the way he is getting the content is a &#34;no-no&#34; because when he executes get_the_content() it then executes all of the page content, including any shortcodes, again.  So it's executing all of the page content multiple times with his plugging installed.&#60;/p&#62;
&#60;p&#62;The Gravity Forms shortcode is what executes the form action.  When get_the_content() is run in the standard WordPress code execution process this is when the shortcode gets parsed and the form action occurs.  What the SFC plugins are doing is calling this function again to get the page content for the share/like buttons, so it executes all the shortcodes again.&#60;/p&#62;
&#60;p&#62;We will look into how we can detect if the form is being submitted multiple times on one page load and limit it there.  However, we aren't changing how the form executes.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bardsart on "Forms submitted multiple times - conflict with Simple Facebook Connect"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-submitted-multiple-times-conflict-with-simple-facebook-connect#post-12699</link>
			<pubDate>Mon, 15 Nov 2010 00:01:34 +0000</pubDate>
			<dc:creator>bardsart</dc:creator>
			<guid isPermaLink="false">12699@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I installed Gravity Forms and every time a form is submitted, it is being sent multiple times. The conflict is with the Simple Facebook Connect &#34;Like&#34; and &#34;Share&#34; buttons. The form gets sent an extra time for each button. IE: if the &#34;like&#34; is active, the form is sent twice; if the &#34;like&#34; and &#34;share&#34; buttons are both active then the form is sent three times.&#60;/p&#62;
&#60;p&#62;I've noticed the same problems with other users on this forum. I contacted the SFC plugin author and here is the response:&#60;/p&#62;
&#60;p&#62;'&#60;br /&#62;
&#60;blockquote&#62;'What this means is that, unfortunately, Gravity Forms is producing the submit when the get_the_content() function is called, which is a no-no. Both like and share have to get the content in the header, to produce the necessary meta tags for Facebook.&#60;/p&#62;
&#60;p&#62;There’s no way around this except to fix Gravity Forms to not do that. Might try contacting the author.'&#60;/blockquote&#62;
'&#60;/p&#62;
&#60;p&#62;Is this something that can be fixed? For now, I've turned it off but I really need to be able to have the share button active.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
