<?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: User Registration Trial</title>
		<link>https://legacy.forums.gravityhelp.com/topic/user-registration-trial</link>
		<description>Gravity Support Forums Topic: User Registration Trial</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 04:39:28 +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/user-registration-trial" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "User Registration Trial"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-registration-trial#post-24233</link>
			<pubDate>Wed, 27 Apr 2011 10:33:12 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">24233@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Here is a forum post that discusses how to populate a hidden field dynamically using PHP:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/how-do-you-add-a-php-variable-as-a-hidden-input-field&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/how-do-you-add-a-php-variable-as-a-hidden-input-field&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>travin on "User Registration Trial"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-registration-trial#post-24208</link>
			<pubDate>Tue, 26 Apr 2011 23:00:33 +0000</pubDate>
			<dc:creator>travin</dc:creator>
			<guid isPermaLink="false">24208@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey there again.  Back on this topic real quick to see if there is an easy fix.  According to the folks at s2member, all I need to do in order to make gravity forms work the way I need is to add this to my form:&#60;/p&#62;
&#60;p&#62;&#38;lt;input type=&#34;hidden&#34; name=&#34;custom&#34; value=&#34;&#38;lt;?php echo $_SERVER['HTTP_HOST'], '&#124;', $_SERVER['REMOTE_ADDR']; ?&#38;gt;&#34; /&#38;gt;&#60;/p&#62;
&#60;p&#62;Now, I know the gravity forms already has a &#34;hidden&#34; field that I can select for the client ip address.  Is there a simple way to take that field value and pass it to this somehow or rename gravity forms field to &#34;custom&#34;?&#60;/p&#62;
&#60;p&#62;s2Member has a notification system that I have working with iDev as is, but I have to use their forms (which lack the options your forms have).  I just need to get the ip address into this variable or whatever it is.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "User Registration Trial"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-registration-trial#post-23964</link>
			<pubDate>Fri, 22 Apr 2011 15:05:51 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">23964@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It would be possible to do but you'd have to use one of the User Registration API hooks to execute custom code when a user is registered that passes information to iDev when the user is created.&#60;/p&#62;
&#60;p&#62;Documentation for the User Registration API hooks and filters can be found here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/User_Registration_Add-on_Developer_Docs&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/User_Registration_Add-on_Developer_Docs&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;So yes it's possible, but it isn't something it does out of the box as it's a customization so it requires some custom code to integrate with whatever service you need to integrate with.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>travin on "User Registration Trial"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-registration-trial#post-23961</link>
			<pubDate>Fri, 22 Apr 2011 14:41:10 +0000</pubDate>
			<dc:creator>travin</dc:creator>
			<guid isPermaLink="false">23961@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok.  Here is what I am trying to accomplish. I use s2Member for my membership plugin.  I use iDev for my affiliate tracking of registrations.  I do not charge for memberships.  So, here is the nitty-gritty:&#60;/p&#62;
&#60;p&#62;I want to use this plugin for all my membership registrations.  I use the s2Member notification system to alert iDev of a member's.  I use a 3rd party call in the following format:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.freeclassifiedproducts.com/affiliate/sale.php?profile=72198&#38;amp;idev_saleamt=5.00&#38;amp;idev_ordernum=%%user_login%%&#38;amp;ip_address=%%cv1%%&#34; rel=&#34;nofollow&#34;&#62;http://www.freeclassifiedproducts.com/affiliate/sale.php?profile=72198&#38;amp;idev_saleamt=5.00&#38;amp;idev_ordernum=%%user_login%%&#38;amp;ip_address=%%cv1%%&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;In the current sign up form, this code gets the ip address (i place it in the sign up form that s2Member Pro allows me to generate): &#60;/p&#62;
&#60;p&#62;custom=&#34;www.freeclassifiedproducts.com&#124;&#38;lt;?php echo $_SERVER[&#34;REMOTE_ADDR&#34;]; ?&#38;gt;&#34;&#60;/p&#62;
&#60;p&#62;So, if I can make the user registration do the same thing or pass the same variable the same way, that would be perfect.  I do own Gravity Forms, just not the developer.  I do know that I can capture the new member's IP address but not sure exactly how to pass that.&#60;/p&#62;
&#60;p&#62;Can User Reg fill these requirements for me?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "User Registration Trial"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-registration-trial#post-23959</link>
			<pubDate>Fri, 22 Apr 2011 14:29:06 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">23959@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There is no trial of any of the plugins.  When you purchase you get the source code, we don't encrypt the code so there is no way to provide a free trial.  If you have any questions let me know and i'd be glad to answer them.  &#60;/p&#62;
&#60;p&#62;If you own Gravity Forms you can view documentation for the User Registration Add-On in the Documentation area here: &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/User_Registration_Add-On&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/User_Registration_Add-On&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>travin on "User Registration Trial"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-registration-trial#post-23952</link>
			<pubDate>Fri, 22 Apr 2011 13:48:22 +0000</pubDate>
			<dc:creator>travin</dc:creator>
			<guid isPermaLink="false">23952@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is it possible to trial the user registration plugin before purchase?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
