<?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: Format of admin email results</title>
		<link>https://legacy.forums.gravityhelp.com/topic/format-of-admin-email-results</link>
		<description>Gravity Support Forums Topic: Format of admin email results</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 04:53:58 +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/format-of-admin-email-results" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Format of admin email results"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/format-of-admin-email-results#post-32749</link>
			<pubDate>Wed, 17 Aug 2011 14:02:10 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">32749@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Here's a way to do it without hacking the plugin code:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/all_fields-is-there-a-way-to-control-how-this-looks-in-an-email#post-31569&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/all_fields-is-there-a-way-to-control-how-this-looks-in-an-email#post-31569&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If you have any questions please let us know.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Vayu on "Format of admin email results"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/format-of-admin-email-results#post-32717</link>
			<pubDate>Wed, 17 Aug 2011 07:34:56 +0000</pubDate>
			<dc:creator>Vayu</dc:creator>
			<guid isPermaLink="false">32717@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have client that has the same requirements as the ones Fred Romano above does.&#60;br /&#62;
If I place the fields one by one in an html table, then it will display text for empty fields too.  There is only conditional checking on the all_fields tag.&#60;/p&#62;
&#60;p&#62;Therefore, I also request that there be a way to style the all_fields notifications email, without having to hack the plugin code.&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Vayu
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Format of admin email results"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/format-of-admin-email-results#post-5284</link>
			<pubDate>Wed, 05 May 2010 23:22:50 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">5284@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It looks like you will need to put your fields in a table and define some widths/cellpadding.. the label in one &#38;lt; td&#38;gt; and the value in the next.. something like this&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;table cellpadding=&#38;quot;4&#38;quot; cellspacing=&#38;quot;0&#38;quot;&#38;gt;
&#38;lt;tr&#38;gt;
&#38;lt;td width=&#38;quot;20%&#38;quot;&#38;gt;City:&#38;lt;/td&#38;gt;
&#38;lt;td width=&#38;quot;80%&#38;quot;&#38;gt;{Address (City):3.3}:&#38;lt;/td&#38;gt;
&#38;lt;/tr&#38;gt;
&#38;lt;/table&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;A simple table is going to work better in most email clients than any fancy CSS so I suggest going that way.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Goob on "Format of admin email results"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/format-of-admin-email-results#post-5279</link>
			<pubDate>Wed, 05 May 2010 17:46:08 +0000</pubDate>
			<dc:creator>Goob</dc:creator>
			<guid isPermaLink="false">5279@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ah, right you are! Thank you very much for both responses today. That page was eluding me, but after toying with it I've got it almost perfect. &#60;/p&#62;
&#60;p&#62;My (hopefully) final question is this: is there any way to get the responses on the right to have their left sides all aligned and flushed together?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://imgur.com/o9YYi.jpg&#34; rel=&#34;nofollow&#34;&#62;Here's what I want.&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://imgur.com/6joe4.png&#34; title=&#34;Hosted by imgur.com&#34; rel=&#34;nofollow&#34;&#62;Here's what I've got.&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex Cancado on "Format of admin email results"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/format-of-admin-email-results#post-5272</link>
			<pubDate>Wed, 05 May 2010 14:44:42 +0000</pubDate>
			<dc:creator>Alex Cancado</dc:creator>
			<guid isPermaLink="false">5272@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I think you are making this harder than it needs. You can completely configure your email without having to touch a line of PHP. What you need to do is go to the Notification page. You can get to the notification page by clicking the &#34;Notifications&#34; link when mousing over a form in the form list screen.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Goob on "Format of admin email results"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/format-of-admin-email-results#post-5268</link>
			<pubDate>Wed, 05 May 2010 12:15:17 +0000</pubDate>
			<dc:creator>Goob</dc:creator>
			<guid isPermaLink="false">5268@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm also trying to figure out how to style my email results. I understand that I'd have to re-apply the changes as upgrades are released, but I'm cool with that. My end goal is something &#60;a href=&#34;http://imgur.com/o9YYi.jpg&#34; title=&#34;Hosted by imgur.com&#34; rel=&#34;nofollow&#34;&#62;similar to this&#60;/a&#62;, which is what I have right now with cforms.&#60;/p&#62;
&#60;p&#62;What I'm having trouble with is 1) figuring out which part of common.php to replace with my custom code. I see get_submitted_fields() on line 373, but the table seems to be interlaced with a lot of php code. Also 2) I can't find anything in my Gravity admin panel that looks anything like Kevin's screenshot above. Where is that located?&#60;/p&#62;
&#60;p&#62;Tons of thanks in advance!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Format of admin email results"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/format-of-admin-email-results#post-1766</link>
			<pubDate>Tue, 24 Nov 2009 18:34:45 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">1766@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey Fred, this code is located here:&#60;/p&#62;
&#60;p&#62;File: common.php&#60;br /&#62;
Function: get_submitted_fields() function&#60;/p&#62;
&#60;p&#62;Just be aware, any changes you make will be overwritten by upgrades so keep a log of what changes you make so you can re-apply them.&#60;/p&#62;
&#60;p&#62;We strongly recommend you stay up to date with the latest version of Gravity Forms as they are released, so don't avoid upgrades due to custom code you have added.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Fred Romano on "Format of admin email results"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/format-of-admin-email-results#post-1760</link>
			<pubDate>Tue, 24 Nov 2009 13:02:32 +0000</pubDate>
			<dc:creator>Fred Romano</dc:creator>
			<guid isPermaLink="false">1760@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, I can manage it myself if I knew what file to modify and the code needed to change it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Format of admin email results"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/format-of-admin-email-results#post-1759</link>
			<pubDate>Tue, 24 Nov 2009 12:46:16 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">1759@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Fred,&#60;/p&#62;
&#60;p&#62;You could certainly modify the plugin files themselves to change the output.  However, you would have to take great care in maintaining this going forward.  &#60;/p&#62;
&#60;p&#62;When we release an update to the plugin, you would have to be sure to merge your changes with the updated plugin files.  The upgrade process will overwrite the existing plugin files, and your changes and you will need to re-apply your changes.&#60;/p&#62;
&#60;p&#62;If this is planned and managed properly it is certainly doable.&#60;/p&#62;
&#60;p&#62;If you have a developer that can maintain this for you, we can certainly point him in the right direction.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Fred Romano on "Format of admin email results"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/format-of-admin-email-results#post-1755</link>
			<pubDate>Tue, 24 Nov 2009 12:14:16 +0000</pubDate>
			<dc:creator>Fred Romano</dc:creator>
			<guid isPermaLink="false">1755@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for posting, but the problem with these methods is that I use a form with has numerous conditions. So the &#34;all fields&#34; is best. I wish I can have it default to how you have it Shelley. There must be a way to change the code settings for the &#34;all fields&#34;, no?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
