<?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: Mailpress users integration</title>
		<link>https://legacy.forums.gravityhelp.com/topic/mailpress-users-integration</link>
		<description>Gravity Support Forums Topic: Mailpress users integration</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 10:43:02 +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/mailpress-users-integration" rel="self" type="application/rss+xml" />

		<item>
			<title>taxbax on "Mailpress users integration"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/mailpress-users-integration#post-11559</link>
			<pubDate>Sun, 24 Oct 2010 13:31:40 +0000</pubDate>
			<dc:creator>taxbax</dc:creator>
			<guid isPermaLink="false">11559@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I got it. Instead of calling the value of the custom fields, I got the info right out of the form&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$name = $_REQUEST[&#38;#39;input_2&#38;#39;];
			$email = $_REQUEST[&#38;#39;input_28&#38;#39;];&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;just need to change the input numbers for each form.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>taxbax on "Mailpress users integration"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/mailpress-users-integration#post-11555</link>
			<pubDate>Sat, 23 Oct 2010 22:26:57 +0000</pubDate>
			<dc:creator>taxbax</dc:creator>
			<guid isPermaLink="false">11555@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;anyone?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>taxbax on "Mailpress users integration"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/mailpress-users-integration#post-11505</link>
			<pubDate>Fri, 22 Oct 2010 12:57:46 +0000</pubDate>
			<dc:creator>taxbax</dc:creator>
			<guid isPermaLink="false">11505@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;br /&#62;
I am using MailPress for a client's Newsletter system and I want to take the emails from Gravity Forms on my site and insert them into the Mail Press user database. I am successfully gotten Mail Press to create a new entry when a form is submitted but it is not actually inputting the email and name which I have saved as custom fields. Can someone please take a look at this function, specifically the part that calls the custom fields, and let me know what is going wrong. Thanks!&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;quot;gform_post_submission&#38;quot;, &#38;quot;MailPress_add_user_form&#38;quot;, 10, 2);
function MailPress_add_user_form($post, $form) {
            $name = get_post_meta($post[&#38;#39;post_id&#38;#39;], &#38;#39;user_name&#38;#39;, true);
            $email = get_post_meta($post[&#38;#39;post_id&#38;#39;], &#38;#39;user_email&#38;#39;, true);
            MailPress::require_class(&#38;#39;Users&#38;#39;);
            $user_check = MP_Users::get_id_by_email($_REQUEST[&#38;#39;cemail&#38;#39;]);
              if ($user_check == NULL) {
            $mp_user_id = MP_Users::insert($email, $name, md5(uniqid(rand(),1)),&#38;#39;active&#38;#39; );
            }
            }&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
