<?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 Tag: notification - Recent Topics</title>
		<link>https://legacy.forums.gravityhelp.com/tags/notification</link>
		<description>Gravity Support Forums Tag: notification - Recent Topics</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 23:28:42 +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/tags/notification/topics" rel="self" type="application/rss+xml" />

		<item>
			<title>Philip Smith on "Manual Notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/manual-notifications#post-360449</link>
			<pubDate>Wed, 03 Jul 2013 17:43:10 +0000</pubDate>
			<dc:creator>Philip Smith</dc:creator>
			<guid isPermaLink="false">360449@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm looking to extend the functionality of Gravity Forms such that I can select an entry that has been submitted (all have emails) and send that specific entry a custom notification manually.&#60;/p&#62;
&#60;p&#62;I'm able to do this somewhat by creating a notification and then setting the conditional on it to only send when a field is set to true (currently using a hidden field). But it's kind of a sloppy solution as the admin would need to go in, change the flag to true (or whatever) and then select the notification and &#34;resend&#34;.&#60;/p&#62;
&#60;p&#62;Is there a plugin that addresses functionality such as this so that I could just select an entry and click a button to send the email on that entry a notification email?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bankofcanada on "Email Notification Formatting Issue &#38; Solution"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/email-notification-formatting-issue-solution#post-371203</link>
			<pubDate>Tue, 09 Jul 2013 12:31:26 +0000</pubDate>
			<dc:creator>bankofcanada</dc:creator>
			<guid isPermaLink="false">371203@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I was experiencing some issues with email notifications, specifically when including multi-column list fields. Spaces were being inserted into the HTML, causing tags and styles to appear broken.&#60;/p&#62;
&#60;p&#62;I did some research and found that when a single line exceeds 998 characters, it causes problems with the PHP mail function.&#60;/p&#62;
&#60;p&#62;I fixed it by making this change to common.php, on line 1665:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$is_success = wp_mail($to, $subject, $message, $headers, $attachments);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;was changed to&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$is_success = wp_mail($to, $subject, wordwrap($message), $headers, $attachments);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Due to the way the email messages are assembled via string concatenation without any built in line breaks, I can only assume that other users must have encountered this issue as well. Would it be possible to add the wordwrap() into the next Gravityforms release?&#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sandrakidd on "Custom Field for email notificatation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-field-for-email-notificatation#post-374827</link>
			<pubDate>Thu, 11 Jul 2013 01:38:54 +0000</pubDate>
			<dc:creator>sandrakidd</dc:creator>
			<guid isPermaLink="false">374827@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;On &#60;a href=&#34;http://salesbysuburb.wpengine.com/victoria-bidwell/&#34; rel=&#34;nofollow&#34;&#62;this site&#60;/a&#62;, I have 2 forms (the blue toggles on the left of the page). I need the notification for each form to go to a Custom Field I have set up for the email address on each page (each page the form is on will have a different email address that the notification is sent to).&#60;/p&#62;
&#60;p&#62;The key for the email field is &#60;code&#62;wpcf-email&#60;/code&#62;, so I have placed &#60;code&#62;{custom_field:wpcf-email}&#60;/code&#62; as the Default Value in an email field in the form. Notification has been set up to select the content of this field.&#60;/p&#62;
&#60;p&#62;Can you let me know where I am going wrong? It was working OK when there was only one page set up that had the form in it (so it was picking up the field OK, but now doesn't know which value to pick up).&#60;/p&#62;
&#60;p&#62;I also followed the instructions on &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/email-notification-send-to-email-address-pulled-in-from-post-custom-field&#34; rel=&#34;nofollow&#34;&#62;this post&#60;/a&#62;, but that didn't work, either.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;/p&#62;
&#60;p&#62;Sandra
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jay12 on "Notification to User missing"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notification-to-user-missing#post-306958</link>
			<pubDate>Thu, 06 Jun 2013 21:54:38 +0000</pubDate>
			<dc:creator>jay12</dc:creator>
			<guid isPermaLink="false">306958@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;I just bought this product a few days ago. And, I notice I do not have &#34;Notification to User&#34; in my Notification of the form setting. I need this so I can sent the form via email to the user.&#60;/p&#62;
&#60;p&#62;Please advice what I shall do?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>squidgydesigns on "Form Notification Message not saving"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-notification-message-not-saving#post-361465</link>
			<pubDate>Thu, 04 Jul 2013 06:09:18 +0000</pubDate>
			<dc:creator>squidgydesigns</dc:creator>
			<guid isPermaLink="false">361465@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;I've created a form which looks great, and I've gone into Form settings, Notifications, then I customised the layout and order of the form submission, however as soon as I click save - it goes blank!&#60;/p&#62;
&#60;p&#62;Any reason why?&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;Andy
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rob@imagestudios.net on "Send a thank you notification email"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/send-a-thank-you-notification-email#post-348017</link>
			<pubDate>Thu, 27 Jun 2013 10:58:08 +0000</pubDate>
			<dc:creator>rob@imagestudios.net</dc:creator>
			<guid isPermaLink="false">348017@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Once someone has filled out our form, I would like to send them a thank you notification. I'm fairly confident this is possible by setting up a general notification. But, not sure what should go in the &#34;Name&#34; and &#34;Send to Email&#34; fields so that the person who filled out the form will get a message.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rockethouse on "Building custom Notification Email template"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/building-custom-notification-email-template#post-329711</link>
			<pubDate>Tue, 18 Jun 2013 03:48:50 +0000</pubDate>
			<dc:creator>rockethouse</dc:creator>
			<guid isPermaLink="false">329711@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;So i've built an order form using GF and the client has a specific design for the order emails which the default template does not suit.&#60;/p&#62;
&#60;p&#62;Is there any way we can build our own? &#60;/p&#62;
&#60;p&#62;I know we can use Merge Tags but they always appear (even if an item was not ordered) - is there a way we can set these up to not show if that merge tag value is empty? Most of my form elements are either a Product QTY or a checkbox?&#60;/p&#62;
&#60;p&#62;The other thing is can we use the ADMIN label for Product options? I use the Name and description fields and need to show both of them in the order email!&#60;/p&#62;
&#60;p&#62;Any help would be great! - i'd hate to have to pull GF apart to do this!&#60;/p&#62;
&#60;p&#62;Cheers
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Zbysek Nadenik on "Custom Meta Boxes text in e-mail"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-meta-boxes-text-in-e-mail#post-201050</link>
			<pubDate>Mon, 08 Apr 2013 08:08:32 +0000</pubDate>
			<dc:creator>Zbysek Nadenik</dc:creator>
			<guid isPermaLink="false">201050@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I created and use Custom Meta Boxes for date and place in single post. When a user fill in a form in the post, he receives an e-mail with a message and everything he filled in.&#60;/p&#62;
&#60;p&#62;I would like to include in this e-mail also information about the place and date. Is there a chance how to print this into the e-mail?
&#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>
		<item>
			<title>WestHills on "form data included in notification to team member"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-data-included-in-notification-to-team-member#post-321091</link>
			<pubDate>Thu, 13 Jun 2013 15:20:56 +0000</pubDate>
			<dc:creator>WestHills</dc:creator>
			<guid isPermaLink="false">321091@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Before I purchase, I'd like to confirm that all form data can be included in the notification email sent to the intended team member recipient, not just the person who submitted the form. Is that correct? Is that done with {merge fields}?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
