<?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: Click Action in notification email sent to user</title>
		<link>https://legacy.forums.gravityhelp.com/topic/click-action-in-notification-email-sent-to-user</link>
		<description>Gravity Support Forums Topic: Click Action in notification email sent to user</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 20:26:35 +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/click-action-in-notification-email-sent-to-user" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Click Action in notification email sent to user"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/click-action-in-notification-email-sent-to-user#post-183348</link>
			<pubDate>Sun, 24 Mar 2013 20:44:12 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">183348@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'll close this ticket then and focus on your other issue.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pffmihai on "Click Action in notification email sent to user"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/click-action-in-notification-email-sent-to-user#post-183206</link>
			<pubDate>Sun, 24 Mar 2013 17:37:07 +0000</pubDate>
			<dc:creator>pffmihai</dc:creator>
			<guid isPermaLink="false">183206@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Chris, &#60;/p&#62;
&#60;p&#62;Actually that's exactly my plan now.  To have a meta key &#34;status&#34; that will hold the draft/pending/confirmed values for each of the custom post. &#60;/p&#62;
&#60;p&#62;My plan is also updating the value for that meta key using the parameters in the URL and some code snippets in  functions.php of that wp theme.&#60;/p&#62;
&#60;p&#62;I've already figured those out, but I have another GF related question &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/form-submit-based-on-parameter-in-url&#34; rel=&#34;nofollow&#34;&#62;posted separately&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Thank you again for your efforts, guys!&#60;/p&#62;
&#60;p&#62;Mihai
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Click Action in notification email sent to user"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/click-action-in-notification-email-sent-to-user#post-183164</link>
			<pubDate>Sun, 24 Mar 2013 17:06:25 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">183164@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You won't be able to submit the second page of a form like that.  The form is submitted completely the first time, so there is no coming back later to complete the form submission.&#60;/p&#62;
&#60;p&#62;You may have better luck updating the post status using an email click.  At that point, you will be updating the post though, not the form entry.  It sounded like that was OK with you when you stated &#60;strong&#62;custom post types called &#34;invoices&#34;. I need them to have different status. Confirm, pending etc.&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;I'm not sure how you can extend the default WordPress post statuses though, beyond draft, pending, future or published.  If you know how to do that, there is probably a way to have a page template on your site to process these email clicks to change the post status when accessed.  Or you could add a meta value of &#34;confirmed&#34; or &#34;pending&#34; with a meta key of &#34;status&#34; maybe.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pffmihai on "Click Action in notification email sent to user"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/click-action-in-notification-email-sent-to-user#post-180766</link>
			<pubDate>Fri, 22 Mar 2013 14:07:39 +0000</pubDate>
			<dc:creator>pffmihai</dc:creator>
			<guid isPermaLink="false">180766@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you David for your reply.&#60;/p&#62;
&#60;p&#62;I'm not asking for someone else to provide me a complete solution.&#60;/p&#62;
&#60;p&#62;I need to know if the user clicks on a link in the notification email eg:&#60;br /&#62;
mydomain.com/?custom_parameter=valueX&#60;br /&#62;
Can I pass that valueX to a second page of the original form and update the record previously submited as a custom post type?&#60;/p&#62;
&#60;p&#62;Do you have any advice on what to google to help me succeed in my task?&#60;/p&#62;
&#60;p&#62;Thank you again for any info.&#60;/p&#62;
&#60;p&#62;Kind regards,&#60;br /&#62;
Mihai
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Click Action in notification email sent to user"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/click-action-in-notification-email-sent-to-user#post-180758</link>
			<pubDate>Fri, 22 Mar 2013 13:58:16 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">180758@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No, you wouldn't be able to do this with Gravity Forms alone. You could, using some intermediate level PHP create a script to help do this (update a record or custom post value), but that isn't something we could create for you here.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pffmihai on "Click Action in notification email sent to user"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/click-action-in-notification-email-sent-to-user#post-180746</link>
			<pubDate>Fri, 22 Mar 2013 13:48:56 +0000</pubDate>
			<dc:creator>pffmihai</dc:creator>
			<guid isPermaLink="false">180746@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello, &#60;/p&#62;
&#60;p&#62;I love the GF plugin and I want to say kudos for all the work you guys put into this great plugin.&#60;/p&#62;
&#60;p&#62;I have a question to which I wasn't able to find an answer when searching the support forums or the web.&#60;/p&#62;
&#60;p&#62;As an admin on a wordpress site, I want to be able to fill a form that will send an email to a client (it's some sort of invoice summary). The client gets the form content I submitted and must click on a link to confirm that the invoice summary is accurate. &#60;/p&#62;
&#60;p&#62;I know i can save the form contents into custom post types called &#34;invoices&#34;. I need them to have different status. Confirm, pending etc.&#60;/p&#62;
&#60;p&#62;To be more specific.. the client must click on a link in the email received (invoice summary) and trigger the &#34;confirm&#34; status for the custom post type &#34;invoice&#34;.&#60;/p&#62;
&#60;p&#62;Is there any way to do this is with gravity forms.. maybe with parameters in url?&#60;/p&#62;
&#60;p&#62;I know it's not easy to accomplish.. I have some knowledge about gravity forms, custom post types etc but I need some starting points.&#60;/p&#62;
&#60;p&#62;Thank you in advance for any suggestions.&#60;br /&#62;
Mihai
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
