<?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: No entries, no emails, no redirect when form is submitted</title>
		<link>https://legacy.forums.gravityhelp.com/topic/no-entries-no-emails-no-redirect-when-form-is-submitted</link>
		<description>Gravity Support Forums Topic: No entries, no emails, no redirect when form is submitted</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 10:12:27 +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/no-entries-no-emails-no-redirect-when-form-is-submitted" rel="self" type="application/rss+xml" />

		<item>
			<title>Dana Cobb on "No entries, no emails, no redirect when form is submitted"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/no-entries-no-emails-no-redirect-when-form-is-submitted#post-51894</link>
			<pubDate>Fri, 09 Mar 2012 12:55:36 +0000</pubDate>
			<dc:creator>Dana Cobb</dc:creator>
			<guid isPermaLink="false">51894@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, gadietrich,&#60;/p&#62;
&#60;p&#62;I had not replied to you yet because you had a fix in place and your forms were working. I was focused on helping others that were having problems who did not have workarounds available. We try our best to help everyone out and sometimes we have to balance the issues based on how many users are experiencing the same problem, whether there is a workaround (even if temporary), whether the issue is core GF functionality or something custom the user is doing.&#60;/p&#62;
&#60;p&#62;In reviewing your code you put into Gravity Forms, what you can do instead is use the &#34;gform_form_tag&#34; hook (&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_form_tag&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_form_tag&#60;/a&#62;) to change the form action. This way you can get that out of the core code and update without having to put the &#34;fix&#34; back in.&#60;/p&#62;
&#60;p&#62;For your IIS issue, is the problem because &#34;index.php&#34; is not in the url, just the &#34;/&#34;? If so, do you have index.php as one of the default documents setup in IIS?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Greg Dietrich on "No entries, no emails, no redirect when form is submitted"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/no-entries-no-emails-no-redirect-when-form-is-submitted#post-51799</link>
			<pubDate>Thu, 08 Mar 2012 18:42:27 +0000</pubDate>
			<dc:creator>Greg Dietrich</dc:creator>
			<guid isPermaLink="false">51799@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Alright, so no action on this in a week now. Gravity Forms forums and support are starting to prove to be some of the worst I've experienced. Any reason it takes a week or more for someone to reply?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Greg Dietrich on "No entries, no emails, no redirect when form is submitted"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/no-entries-no-emails-no-redirect-when-form-is-submitted#post-51342</link>
			<pubDate>Mon, 05 Mar 2012 16:32:27 +0000</pubDate>
			<dc:creator>Greg Dietrich</dc:creator>
			<guid isPermaLink="false">51342@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Any ideas on this? How can we avoid having to edit this each time an update comes out?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Greg Dietrich on "No entries, no emails, no redirect when form is submitted"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/no-entries-no-emails-no-redirect-when-form-is-submitted#post-50916</link>
			<pubDate>Wed, 29 Feb 2012 09:04:11 +0000</pubDate>
			<dc:creator>Greg Dietrich</dc:creator>
			<guid isPermaLink="false">50916@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;OK, as I suspected, it was an IIS issue. We have it working, but this is temporary in my mind. What we did was: In form_display.php we replaced:&#60;/p&#62;
&#60;p&#62;$action = add_query_arg(array());&#60;/p&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;p&#62;if ($_SERVER['SERVER_SOFTWARE'] == &#34;Microsoft-IIS/6.0&#34;) { $action = &#34;/index.php?p=&#34;.get_the_id(); } else { $action = add_query_arg(array());  }&#60;/p&#62;
&#60;p&#62;So that gets things working, however, if I do an update it will blow it out. I need something that is more permanent. It sure would help if the server we were on were not so dang old!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dana Cobb on "No entries, no emails, no redirect when form is submitted"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/no-entries-no-emails-no-redirect-when-form-is-submitted#post-50831</link>
			<pubDate>Tue, 28 Feb 2012 12:33:47 +0000</pubDate>
			<dc:creator>Dana Cobb</dc:creator>
			<guid isPermaLink="false">50831@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I think you mean Gravity Forms v1.6.3.1.1. &#60;/p&#62;
&#60;p&#62;Can you turn off ajax for this form and then see if it will successfully submit?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Greg Dietrich on "No entries, no emails, no redirect when form is submitted"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/no-entries-no-emails-no-redirect-when-form-is-submitted#post-50826</link>
			<pubDate>Tue, 28 Feb 2012 12:09:20 +0000</pubDate>
			<dc:creator>Greg Dietrich</dc:creator>
			<guid isPermaLink="false">50826@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am using 1.6.1.1 right now and the issue persists. An example of one of my forms can be found at &#60;a href=&#34;http://gradschool.ni.edu/contact/&#34; rel=&#34;nofollow&#34;&#62;http://gradschool.ni.edu/contact/&#60;/a&#62;. When you fill the form out there is no redirect, no entry put into the forms section and no email is received.&#60;/p&#62;
&#60;p&#62;Thank you for your help and looking at this so far.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dana Cobb on "No entries, no emails, no redirect when form is submitted"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/no-entries-no-emails-no-redirect-when-form-is-submitted#post-50823</link>
			<pubDate>Tue, 28 Feb 2012 11:58:38 +0000</pubDate>
			<dc:creator>Dana Cobb</dc:creator>
			<guid isPermaLink="false">50823@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, gadietrich,&#60;/p&#62;
&#60;p&#62;The topic you mention is 2 years old so I doubt yours is the same issue. Which version of Gravity Forms do you have? We encountered an issue with 1.6.3.1 with forms that were using Ajax and have put up a new version (1.6.3.1.1) for download at &#60;a href=&#34;http://www.gravityhelp.com/downloads/&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/downloads/&#60;/a&#62; . Can you try that one out and see if it fixes your issue?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Greg Dietrich on "No entries, no emails, no redirect when form is submitted"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/no-entries-no-emails-no-redirect-when-form-is-submitted#post-50395</link>
			<pubDate>Fri, 24 Feb 2012 01:21:40 +0000</pubDate>
			<dc:creator>Greg Dietrich</dc:creator>
			<guid isPermaLink="false">50395@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I will also add that I have checked for plugin and theme conflicts by turning off all plugins and by texting with the Twenty Eleven theme.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Greg Dietrich on "No entries, no emails, no redirect when form is submitted"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/no-entries-no-emails-no-redirect-when-form-is-submitted#post-50346</link>
			<pubDate>Thu, 23 Feb 2012 14:23:24 +0000</pubDate>
			<dc:creator>Greg Dietrich</dc:creator>
			<guid isPermaLink="false">50346@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hmm, any help out there on this one? Been a couple of days and no response yet.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Greg Dietrich on "No entries, no emails, no redirect when form is submitted"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/no-entries-no-emails-no-redirect-when-form-is-submitted#post-50117</link>
			<pubDate>Tue, 21 Feb 2012 13:00:18 +0000</pubDate>
			<dc:creator>Greg Dietrich</dc:creator>
			<guid isPermaLink="false">50117@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a feeling I have a similar issue to what I see in this old thread, &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/no-confirmation-being-displayed-and-no-mail-notification-or-entry-being-sent#post-3454&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/no-confirmation-being-displayed-and-no-mail-notification-or-entry-being-sent#post-3454&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Problem is, I don't have the slightest clue where to start to get it fixed. Any ideas out there? I know that we had to do something fancy with IIS and our serve a while ago to something related to permalinks, I just don't know exactly what that all entails.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
