<?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: Safari Issue</title>
		<link>https://legacy.forums.gravityhelp.com/topic/safari-issue</link>
		<description>Gravity Support Forums Topic: Safari Issue</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 04:33:06 +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/safari-issue" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "Safari Issue"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/safari-issue#post-101645</link>
			<pubDate>Wed, 12 Dec 2012 10:30:59 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">101645@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm glad you figured it out. Lots of fun and interesting things happening recently as people update Gravity Forms or WordPress... especially if they are using caching or minifying plugins.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>anchorwave on "Safari Issue"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/safari-issue#post-101511</link>
			<pubDate>Wed, 12 Dec 2012 02:50:10 +0000</pubDate>
			<dc:creator>anchorwave</dc:creator>
			<guid isPermaLink="false">101511@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've discovered that the W3 Total Cache plugin is causing this behavior.  I still don't understand how it cause it output in the pastie that I've linked in &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/safari-issue?replies=1#post-101501&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/safari-issue?replies=1#post-101501&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;...But my form is working now.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>anchorwave on "Safari Issue"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/safari-issue#post-101507</link>
			<pubDate>Wed, 12 Dec 2012 02:27:10 +0000</pubDate>
			<dc:creator>anchorwave</dc:creator>
			<guid isPermaLink="false">101507@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Could it be a server issue?  Like some sort error in the PHP module they are running?  Would the client's OS have anything to do with how that executes things?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>anchorwave on "Safari Issue"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/safari-issue#post-101501</link>
			<pubDate>Wed, 12 Dec 2012 02:09:22 +0000</pubDate>
			<dc:creator>anchorwave</dc:creator>
			<guid isPermaLink="false">101501@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've dug into my problem a little more and I've discovered something that baffles me.  I'm hoping someone has some insight into what causes this.&#60;/p&#62;
&#60;p&#62;I tried to track down where Apple OS browers were losing the data on my form submissions.&#60;/p&#62;
&#60;p&#62;First I went to the hooks that fire before and immediately after the $lead (or $entry) object is created.  From there I threw in a bunch of debugging statement to track to exactly where a non-Apple OS browser and an Apple OS browser started to differ.  I've tracked it down to the SQL that is used to retrieve lead details after save_input method is called.  For some reason, even though the data exists in the database, the query to retrieve the newly inserted lead data fails under Apple OS browsers.  Here is some code demonstrating what I'm seeing.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://pastie.org/5514542&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/5514542&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Any clues as to what is happening here?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>anchorwave on "Safari Issue"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/safari-issue#post-100064</link>
			<pubDate>Fri, 07 Dec 2012 12:50:43 +0000</pubDate>
			<dc:creator>anchorwave</dc:creator>
			<guid isPermaLink="false">100064@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;When is the $_POST converted into the $entry object?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>anchorwave on "Safari Issue"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/safari-issue#post-100059</link>
			<pubDate>Fri, 07 Dec 2012 12:33:16 +0000</pubDate>
			<dc:creator>anchorwave</dc:creator>
			<guid isPermaLink="false">100059@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Using the gform_pre_submission action, I see that the total information is present in $_POST, but is missing in the $entry object in the gform_paypal_query filter.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Safari Issue"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/safari-issue#post-99979</link>
			<pubDate>Fri, 07 Dec 2012 06:43:17 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">99979@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Please let us know what you with using gform_pre_submission.  We'll give it a try on OSX as well to see if we can observe the issue.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>anchorwave on "Safari Issue"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/safari-issue#post-99683</link>
			<pubDate>Thu, 06 Dec 2012 13:48:17 +0000</pubDate>
			<dc:creator>anchorwave</dc:creator>
			<guid isPermaLink="false">99683@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It is only on OSX as far as I know of.  Actually I've had some people test other browsers on OSX and it doesn't seem to be limited to safari on OSX.  So maybe an OSX issue and not a safari issue.&#60;/p&#62;
&#60;p&#62;The link to the form is here.&#60;br /&#62;
&#60;a href=&#34;http://aado.info/join-aado/&#34; rel=&#34;nofollow&#34;&#62;http://aado.info/join-aado/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I'll try the gform_pre_submission and tell you what I find.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Safari Issue"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/safari-issue#post-99681</link>
			<pubDate>Thu, 06 Dec 2012 13:44:28 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">99681@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you post a link to your form please?  It sounds like the total is not present when the form is submitted, but only from OSX / Safari?  Can you var_dump the $_POST in a gform_pre_submission filter to see if the total is present there?  Maybe we can figure out where it's being lost.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>anchorwave on "Safari Issue"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/safari-issue#post-98891</link>
			<pubDate>Tue, 04 Dec 2012 17:22:14 +0000</pubDate>
			<dc:creator>anchorwave</dc:creator>
			<guid isPermaLink="false">98891@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm having an issue in Safari in which values within the $entry object are not available within some hooks.  The weird thing is, when I look at the entry in the backend, the entry information is all there.&#60;/p&#62;
&#60;p&#62;I'm not sure what the complete circumstances for this to occur in, but I'm using the gform_paypal_query filter.  I have a Total field on my form, and when I var_dump the $entry object, I can see that the total field is not contained within the $entry object in Mac OS Safari.  It works in other browsers.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;#39;gform_paypal_query&#38;#39;, &#38;#39;update_paypal_query&#38;#39;, 10, 3);
function update_paypal_query($query_string, $form, $entry){
       // under Safari, the $entry object has some empty values
	return $query_string;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
