<?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: Hide &#039;parts&#039; of a forms email submission</title>
		<link>https://legacy.forums.gravityhelp.com/topic/hide-parts-of-a-forms-email-submission</link>
		<description>Gravity Support Forums Topic: Hide &#039;parts&#039; of a forms email submission</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 20:26:11 +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/hide-parts-of-a-forms-email-submission" rel="self" type="application/rss+xml" />

		<item>
			<title>stevie on "Hide &#039;parts&#039; of a forms email submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hide-parts-of-a-forms-email-submission#post-328656</link>
			<pubDate>Mon, 17 Jun 2013 09:40:35 +0000</pubDate>
			<dc:creator>stevie</dc:creator>
			<guid isPermaLink="false">328656@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;any update on this ?&#60;/p&#62;
&#60;p&#62;I'm lookng to do the same thing..
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jason on "Hide &#039;parts&#039; of a forms email submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hide-parts-of-a-forms-email-submission#post-204658</link>
			<pubDate>Wed, 10 Apr 2013 23:01:29 +0000</pubDate>
			<dc:creator>Jason</dc:creator>
			<guid isPermaLink="false">204658@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok, I've got the first part down;&#60;br /&#62;
first={Recipients Name (First):62.3}&#38;amp;last={Recipients Name (Last):62.3}&#60;br /&#62;
That's coming through in the URL string just fine.&#60;/p&#62;
&#60;p&#62;But what do I enter (specifically) into the Field Parameter Name on the second form which I'd like to be dynamically populated with those field entries?&#60;/p&#62;
&#60;p&#62;first={Recipients Name (First):62.3}&#60;br /&#62;
&#38;amp;&#60;br /&#62;
last={Recipients Name (Last):62.3}&#60;br /&#62;
???&#60;br /&#62;
The whole string or just part of it?&#60;/p&#62;
&#60;p&#62;I have those fields (on the 2nd form) set to Admin Only (so they are hidden to the user) this doesn't have any effect of those fields displaying in the email submission does it?&#60;/p&#62;
&#60;p&#62;As I'd like to also be able to have those dynamically populated fields appear in the email submission from the 2nd form.&#60;/p&#62;
&#60;p&#62;Looking through other posts - do I need to add some code to my functions.php to enable this to work?&#60;/p&#62;
&#60;p&#62;I know I'm close...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jason on "Hide &#039;parts&#039; of a forms email submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hide-parts-of-a-forms-email-submission#post-201870</link>
			<pubDate>Tue, 09 Apr 2013 01:08:37 +0000</pubDate>
			<dc:creator>Jason</dc:creator>
			<guid isPermaLink="false">201870@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Actually, is it possible to pass the form entries URL from form 1 -&#38;gt; 2?&#60;br /&#62;
That way the client could get the output of form 2, &#38;amp; also be able to click on a link within that email to the output (or entry) of form 1.&#60;br /&#62;
Make sense?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jason on "Hide &#039;parts&#039; of a forms email submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hide-parts-of-a-forms-email-submission#post-201770</link>
			<pubDate>Mon, 08 Apr 2013 23:24:34 +0000</pubDate>
			<dc:creator>Jason</dc:creator>
			<guid isPermaLink="false">201770@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That sounds perfect - thanks Chris!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Hide &#039;parts&#039; of a forms email submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hide-parts-of-a-forms-email-submission#post-201437</link>
			<pubDate>Mon, 08 Apr 2013 15:36:23 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">201437@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can pass values from form 1 to form 2  by using the query string redirect as the confirmation setting for form 1.  Configure the query string to send the important information to form 2, and have fields in form 2 which are set &#34;allow field to be populated dynamically&#34;.  Then set the parameter name to the same name you sent in the query string.  Those fields can be marked admin only or hidden if you don't want to show them to the user on form 2.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Allow_field_to_be_populated_dynamically&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Allow_field_to_be_populated_dynamically&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jason on "Hide &#039;parts&#039; of a forms email submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hide-parts-of-a-forms-email-submission#post-196877</link>
			<pubDate>Thu, 04 Apr 2013 17:07:12 +0000</pubDate>
			<dc:creator>Jason</dc:creator>
			<guid isPermaLink="false">196877@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks David, thought that may be the case.&#60;br /&#62;
How about something like this then.&#60;br /&#62;
One form that submits its content, &#38;amp; then automatically forwards the user to another separate form.&#60;br /&#62;
So, 1st form - purchase details.&#60;br /&#62;
Second form - credit card details.&#60;br /&#62;
This is actually how it's set up currently, but I know of no way to tie the two forms together (if you know what I mean).&#60;br /&#62;
So the client gets both form submissions (obviously) but they don't necessarily know what credit card details belong to which order - is there a way to tie two forms together somehow - so it's easy &#38;amp; obvious which payment details go with each order?&#60;br /&#62;
Pass some kind of field between the two (or something) I'm sure you know what I'm getting at?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Hide &#039;parts&#039; of a forms email submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hide-parts-of-a-forms-email-submission#post-196464</link>
			<pubDate>Thu, 04 Apr 2013 08:01:41 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">196464@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There isn't a way to exclude fields from the all fields tag, and there currently isn't a system to do an in between like you are asking. I'll check in with the developers today to see if I missed anything.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jason on "Hide &#039;parts&#039; of a forms email submission"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/hide-parts-of-a-forms-email-submission#post-196025</link>
			<pubDate>Wed, 03 Apr 2013 22:33:08 +0000</pubDate>
			<dc:creator>Jason</dc:creator>
			<guid isPermaLink="false">196025@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi there,&#60;br /&#62;
I have a complex form, which to be totally honest I'd like to keep using the {all_fields} option on for notifications.&#60;br /&#62;
But (&#38;amp; I know you are going to say add each individual form entry/merge tag etc, etc...) I'd like to hide certain form fields from being sent/displayed in the email notification - without having to do that.&#60;br /&#62;
Is there any other way I can somehow group certain fields (credit card details in this case) &#38;amp; have a display:none !important (ok, perhaps not exactly like that) but somehow keep those form fields from being sent/displayed whilst retaining the {all_fields} option?&#60;br /&#62;
You see it seems that if I do that (keep the {all_fields} option) then the fields that aren't filled in by the user aren't displayed in the email (the desired result), but if I start manually adding each individual form field/merge tag to the email notification - then all fields are displayed regardless of whether or not the user has filled in those form fields - making the email notification somewhat harrowing to trawl through for the client.&#60;br /&#62;
See my dilema?&#60;br /&#62;
Granted - I am probably missing something here, hence my question.&#60;br /&#62;
Thanks for listening  :)&#60;br /&#62;
Jas
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
