<?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: When updating a multi page form the page just goes blank</title>
		<link>https://legacy.forums.gravityhelp.com/topic/when-updating-a-multi-page-form-the-page-just-goes-blank</link>
		<description>Gravity Support Forums Topic: When updating a multi page form the page just goes blank</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 22:15:20 +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/when-updating-a-multi-page-form-the-page-just-goes-blank" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "When updating a multi page form the page just goes blank"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/when-updating-a-multi-page-form-the-page-just-goes-blank#post-92432</link>
			<pubDate>Sat, 17 Nov 2012 19:21:26 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">92432@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That's interesting.  Thank you for posting your findings.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Stéphane Bergeron on "When updating a multi page form the page just goes blank"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/when-updating-a-multi-page-form-the-page-just-goes-blank#post-92403</link>
			<pubDate>Sat, 17 Nov 2012 16:25:16 +0000</pubDate>
			<dc:creator>Stéphane Bergeron</dc:creator>
			<guid isPermaLink="false">92403@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi again!&#60;/p&#62;
&#60;p&#62;I finally had a little more time to investigate this last week and was able to fix the issue by re-saving both the form and the form notifications. Just re-saving the form was not enough. I had made an export of the form when it didn't display and another after it did and the only difference was in the notifications area at the very end of the XML file.&#60;/p&#62;
&#60;p&#62;The working form's last few lines look like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;notification&#38;gt;
	&#38;lt;to&#38;gt;&#38;lt;![CDATA[{admin_email}]]&#38;gt;&#38;lt;/to&#38;gt;
	&#38;lt;subject&#38;gt;&#38;lt;![CDATA[Nouveau message de {form_title}]]&#38;gt;&#38;lt;/subject&#38;gt;
	&#38;lt;message&#38;gt;&#38;lt;![CDATA[{all_fields}]]&#38;gt;&#38;lt;/message&#38;gt;
	&#38;lt;from&#38;gt;&#38;lt;![CDATA[{admin_email}]]&#38;gt;&#38;lt;/from&#38;gt;
&#38;lt;/notification&#38;gt;
&#38;lt;autoResponder&#38;gt;
	&#38;lt;from&#38;gt;&#38;lt;![CDATA[{admin_email}]]&#38;gt;&#38;lt;/from&#38;gt;
&#38;lt;/autoResponder&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;...while the one that didn't work looked like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;notification&#38;gt;
	&#38;lt;to&#38;gt;&#38;lt;![CDATA[{admin_email}]]&#38;gt;&#38;lt;/to&#38;gt;
	&#38;lt;subject&#38;gt;&#38;lt;![CDATA[Nouveau message de {form_title}]]&#38;gt;&#38;lt;/subject&#38;gt;
	&#38;lt;message&#38;gt;&#38;lt;![CDATA[{all_fields}]]&#38;gt;&#38;lt;/message&#38;gt;
&#38;lt;/notification&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Notice the &#34;autoResponder&#34; part is missing completely in the broken form's export as well as the &#34;from&#34; tag and its content in the &#34;notification&#34; part. Why those lines went missing in the first place is a mystery to me as is why the form still showed in TwentyEleven and Canvas but not in Builder. Just posting this FYI if you can get a clue why the notifications were once saved with the missing lines but was saved correctly later.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Stéphane Bergeron on "When updating a multi page form the page just goes blank"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/when-updating-a-multi-page-form-the-page-just-goes-blank#post-86413</link>
			<pubDate>Thu, 01 Nov 2012 22:43:36 +0000</pubDate>
			<dc:creator>Stéphane Bergeron</dc:creator>
			<guid isPermaLink="false">86413@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Chris,&#60;/p&#62;
&#60;p&#62;Just so you know, I haven't had much time to check into this until today but I will talk to the host as I'm sure they know their way around a server better than me. But I did put a copy of the site on my localhost server and checked my own logs here. There's no errors created in Apache's error log or anywhere else I could find. No error log created on the site root and, even if I turn on WP_DEBUG there's nothing output to the page. The page is blank and view source shows there's nothing output but 6 or 7 blank lines. Page loads OK without the form.&#60;/p&#62;
&#60;p&#62;However, I also tried after activating the TwentyEleven theme and the form shows and works correctly with that. It also works fine with WooThemes Canvas which is now my second go to theme. The actual theme the site is built on is iThemes Builder (using a custom child theme started from the Builder-Default child theme). I've done many sites on Builder and it never gave me any issues whatsoever. I will bring the issue to iThemes too as it seems the form works with TwentyEleven and Canvas so the issue may not lay with GF. But wanted to let you know in case you were aware of any specific issues between Gravity Forms and Builder.&#60;/p&#62;
&#60;p&#62;Btw, the URL to the problem page is here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://chirodelagare.ca/nous-joindre/parlez-a-notre-chiro/formulaire-general/&#34; rel=&#34;nofollow&#34;&#62;http://chirodelagare.ca/nous-joindre/parlez-a-notre-chiro/formulaire-general/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;But you will be redirected to a temp page if you go there as the site is not officially live yet. I can send you the WP login details if you want to take a look while logged in. Just tell me what email to send them to.&#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "When updating a multi page form the page just goes blank"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/when-updating-a-multi-page-form-the-page-just-goes-blank#post-84543</link>
			<pubDate>Mon, 29 Oct 2012 00:36:47 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">84543@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@Stéphane, you issue may be related but it sounds different. Your issue is on the front end where jonneebee's was on the back end when trying to make a change to a form.&#60;/p&#62;
&#60;p&#62;Please embed the form in a page on your site so we can see what is happening.  If the page is completely blank, there will be an error logged somewhere and you may need your host's help to find it.  We need to see what that error is which is causing your page to fail to load.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "When updating a multi page form the page just goes blank"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/when-updating-a-multi-page-form-the-page-just-goes-blank#post-84542</link>
			<pubDate>Mon, 29 Oct 2012 00:34:13 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">84542@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@jonneebee, please do use the Priority Support form if you are a developer license holder.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Stéphane Bergeron on "When updating a multi page form the page just goes blank"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/when-updating-a-multi-page-form-the-page-just-goes-blank#post-84503</link>
			<pubDate>Sun, 28 Oct 2012 22:48:13 +0000</pubDate>
			<dc:creator>Stéphane Bergeron</dc:creator>
			<guid isPermaLink="false">84503@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi!&#60;/p&#62;
&#60;p&#62;I'm running into a similar issue. I'm trying to create a multipage form that will have around 110 fields. Most of them are radio fields with a yes/no choice.&#60;/p&#62;
&#60;p&#62;I'm at 79 fields added to this form so the problem may have occurred around 50 fields like the above poster. &#60;/p&#62;
&#60;p&#62;I can edit the form without issue in the back-end and it was displaying correctly on the public site until tonight. Now, when I try to load the page on the front end it's just blank (if I look at source code there's nothing at all. If I remove the form shortcode from the page it loads normally. Even with WP_DEBUG set to true in wp-config.php there's no output whatsoever. Server has 256Mb of PHP memory (according to Server Info page in BackupBuddy and PHPinfo). No error log file exists or is being created at the site root and no errors appear in cPanel's Error Log.&#60;/p&#62;
&#60;p&#62;I'll send you the form's export file if you want to check it out.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jonneebee on "When updating a multi page form the page just goes blank"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/when-updating-a-multi-page-form-the-page-just-goes-blank#post-84028</link>
			<pubDate>Fri, 26 Oct 2012 14:18:21 +0000</pubDate>
			<dc:creator>jonneebee</dc:creator>
			<guid isPermaLink="false">84028@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I would really appreciate some help on this.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jonneebee on "When updating a multi page form the page just goes blank"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/when-updating-a-multi-page-form-the-page-just-goes-blank#post-83728</link>
			<pubDate>Thu, 25 Oct 2012 13:59:17 +0000</pubDate>
			<dc:creator>jonneebee</dc:creator>
			<guid isPermaLink="false">83728@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No this is the IP of the domain.&#60;/p&#62;
&#60;p&#62;Basically I can build a form and add fields and update away until I hit somewhere around 50 randomized field types then the blank page happens upon 'Update Form'.  Last night I made a fresh new form and just added 'Single line text' fields all the way to 70 fields and was able to 'Update Form'.  Then I added one 'Paragraph Text' field and boom!, the blank page started.  These were generic fields with no special css or anything added.&#60;/p&#62;
&#60;p&#62;I would appreciate if I could get more help physically looking into this.  Do I need to use the priority support forum?  I am a dev licensed user.  &#60;/p&#62;
&#60;p&#62;I am in a holding pattern with this portion of my clients project and starting to feel pressure from them to get it completed.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "When updating a multi page form the page just goes blank"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/when-updating-a-multi-page-form-the-page-just-goes-blank#post-83710</link>
			<pubDate>Thu, 25 Oct 2012 13:02:28 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">83710@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This error:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[client 173.193.8.36] client denied by server configuration&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Is related to some security module or firewall on the host.  Some hosts use adaptive firewalls and will block IP addresses after certain types of repeated access. &#60;/p&#62;
&#60;p&#62;Do you know if that is the IP address of the machine you were trying to access from?    This site will tell you your machine's or modem's IP address, if you don't have another way of finding it: &#60;a href=&#34;http://www.whatismyip.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.whatismyip.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;That said, none of these errors are related to Gravity forms, and none is a 500 Internal Server Error.  The two error are from one attempt to access wp-cron.php.  That fails, and then when trying to serve a 403 Forbidden error, it fails in the same way.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jonneebee on "When updating a multi page form the page just goes blank"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/when-updating-a-multi-page-form-the-page-just-goes-blank#post-83693</link>
			<pubDate>Thu, 25 Oct 2012 12:00:35 +0000</pubDate>
			<dc:creator>jonneebee</dc:creator>
			<guid isPermaLink="false">83693@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This is the log from attempting three or four times just now.&#60;/p&#62;
&#60;p&#62;[Thu Oct 25 10:58:17 2012] [error] [client 173.193.8.36] client denied by server configuration: /home/acmedevs/public_html/apr/403.shtml&#60;br /&#62;
[Thu Oct 25 10:58:17 2012] [error] [client 173.193.8.36] client denied by server configuration: /home/acmedevs/public_html/apr/wp-cron.php&#60;br /&#62;
[Thu Oct 25 10:56:22 2012] [error] [client 173.193.8.36] client denied by server configuration: /home/acmedevs/public_html/apr/403.shtml&#60;br /&#62;
[Thu Oct 25 10:56:22 2012] [error] [client 173.193.8.36] client denied by server configuration: /home/acmedevs/public_html/apr/wp-cron.php&#60;br /&#62;
[Thu Oct 25 10:21:34 2012] [error] [client 173.193.8.36] client denied by server configuration: /home/acmedevs/public_html/apr/403.shtml&#60;br /&#62;
[Thu Oct 25 10:21:34 2012] [error] [client 173.193.8.36] client denied by server configuration: /home/acmedevs/public_html/apr/wp-cron.php
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
