<?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: Gravity Forms User Registration Add-On activation email template?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/gravity-forms-user-registration-add-on-activation-email-template</link>
		<description>Gravity Support Forums Topic: Gravity Forms User Registration Add-On activation email template?</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 18:37:41 +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/gravity-forms-user-registration-add-on-activation-email-template" rel="self" type="application/rss+xml" />

		<item>
			<title>magnumcreative on "Gravity Forms User Registration Add-On activation email template?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-forms-user-registration-add-on-activation-email-template#post-268862</link>
			<pubDate>Wed, 22 May 2013 19:43:15 +0000</pubDate>
			<dc:creator>magnumcreative</dc:creator>
			<guid isPermaLink="false">268862@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This function did help, but now TML only sends the welcome message and not the activation. Have a post on TML for insight to this...getting closer.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function disable_gf_user_registered( $user_id, $config, $entry, $user_pass ){
  do_action( &#38;#39;tml_new_user_registered&#38;#39;, $user_id, $user_pass );
}
add_action( &#38;#39;gform_user_registered&#38;#39;, &#38;#39;disable_gf_user_registered&#38;#39;, 10, 4 );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You could target a specific GF form, however I am using just one so it didn't matter...may haunt me later though :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>microweb on "Gravity Forms User Registration Add-On activation email template?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-forms-user-registration-add-on-activation-email-template#post-268324</link>
			<pubDate>Wed, 22 May 2013 12:38:55 +0000</pubDate>
			<dc:creator>microweb</dc:creator>
			<guid isPermaLink="false">268324@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I found a work around for this...&#60;br /&#62;
I created a simple plugin as defined in this post: &#60;a href=&#34;http://wordpress.org/support/topic/override-a-pluggable-function&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/support/topic/override-a-pluggable-function&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Then I updated the default e-mail type from text to html as defined in this post:&#60;br /&#62;
&#60;a href=&#34;http://wordpress.stackexchange.com/questions/27856/is-there-a-way-to-send-html-formatted-emails-with-wordpress-wp-mail-function&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.stackexchange.com/questions/27856/is-there-a-way-to-send-html-formatted-emails-with-wordpress-wp-mail-function&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Registering a user through GF now uses my function instead of the default one.  I still think either GF or TML needs to change so that they work better together in this regard, but at least my e-mail is sending out the correct information now.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>microweb on "Gravity Forms User Registration Add-On activation email template?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-forms-user-registration-add-on-activation-email-template#post-268261</link>
			<pubDate>Wed, 22 May 2013 11:50:37 +0000</pubDate>
			<dc:creator>microweb</dc:creator>
			<guid isPermaLink="false">268261@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm just going to add an other request for this.  It is imperative that Gravity Forms allow for a custom e-mail.  I too am using Theme My Login and tried to set the new user e-mail through that plugin, but it does not work when used with GF.&#60;/p&#62;
&#60;p&#62;I do not feel that this is something that should be considered an upgrade request.  This is basic functionality that needs to be included.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>magnumcreative on "Gravity Forms User Registration Add-On activation email template?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-forms-user-registration-add-on-activation-email-template#post-261729</link>
			<pubDate>Sun, 19 May 2013 17:57:00 +0000</pubDate>
			<dc:creator>magnumcreative</dc:creator>
			<guid isPermaLink="false">261729@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a request/question, it's related to this post so figured I would add it here instead of a new thread.&#60;/p&#62;
&#60;p&#62;I use both GF and Theme My Login (TML) to accomplish what Sascha is wanting. TML will allow you to customize the User Emails, From, To, Admin Notices etc etc etc with whatever template you want.&#60;/p&#62;
&#60;p&#62;There is one issue I find slightly annoying with GF. When a user goes through the default User Registration process (not using a GF) all the custom TML templates will trigger just fine. If I choose to use GF User Registration as the form for a user to register it bypasses the hooks that trigger the custom templates and falls back to the default WP text based emails (which are horrible).&#60;/p&#62;
&#60;p&#62;I've tested this every way to Sunday. There is something that GF doesn't trigger that is triggered using the default WP login or just setting up a user via the Dashboard, both of these ways will trigger TML's email templates to send instead of the ugly defaults WP has. When a user is created by GF User Registration the fall back WP emails show up, thus something is different with the GF user reg process.&#60;/p&#62;
&#60;p&#62;Question, when a user is created by GF User Registration is there something different on the account creation which would cause it to not fire email templates which are firing using any other registration process.&#60;/p&#62;
&#60;p&#62;There is likely a function I need to call on the form which triggers the same effects that TML or normal user reg does.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Gravity Forms User Registration Add-On activation email template?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-forms-user-registration-add-on-activation-email-template#post-213616</link>
			<pubDate>Wed, 17 Apr 2013 23:51:11 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">213616@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you for the suggestion
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Table28 on "Gravity Forms User Registration Add-On activation email template?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-forms-user-registration-add-on-activation-email-template#post-213219</link>
			<pubDate>Wed, 17 Apr 2013 14:10:55 +0000</pubDate>
			<dc:creator>Table28</dc:creator>
			<guid isPermaLink="false">213219@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Please, please, please help make the registration/login/logout process more effective and elagant.  The WP default welcome email is a terrible way to start a relationship with site users.  It just seems obvious that the user-registration add-on would address this, but it does not.&#60;/p&#62;
&#60;p&#62;If Gravity Forms would enable a custom welcome email and provide a simple login/logout widget (Justin Tadlock's &#34;member&#34; widget does not even provide a logout button once you're logged in??) it would make WP/GF integration so much more attractive.&#60;/p&#62;
&#60;p&#62;I'm pulling my hair out trying to clean up this registration/login/out process with plugins, but it's a nightmare.  The best option, &#34;Theme my Login&#34;,  seems to have a conflict with GF. &#60;/p&#62;
&#60;p&#62;Please take the user registration add-on to the next step of really managing the registration process. Thank you...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Gravity Forms User Registration Add-On activation email template?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-forms-user-registration-add-on-activation-email-template#post-197726</link>
			<pubDate>Fri, 05 Apr 2013 12:10:43 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">197726@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'll move this to feature requests as I don't see any hooks/filters that would let you easily make a change in that respect.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Sascha Endlicher, M.A. on "Gravity Forms User Registration Add-On activation email template?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gravity-forms-user-registration-add-on-activation-email-template#post-197488</link>
			<pubDate>Fri, 05 Apr 2013 06:34:51 +0000</pubDate>
			<dc:creator>Sascha Endlicher, M.A.</dc:creator>
			<guid isPermaLink="false">197488@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;since the new Gravity Forms User Registration Add-On v1.5 features an email activation, I was wondering if there is an option to modify the email that is sent out (requesting the activation) with a custom text?&#60;/p&#62;
&#60;p&#62;If there is, I must have overlooked it. If there isn't, please consider this a feature request. ;-)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
