<?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 User Favorites: Fika</title>
		<link><a href='https://legacy.forums.gravityhelp.com/profile/fika'>fika</a></link>
		<description>Gravity Support Forums User Favorites: Fika</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 04:03:22 +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/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>benbick16 on "User Registration Add-On Questions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-registration-add-on-questions-1#post-72953</link>
			<pubDate>Tue, 28 Aug 2012 14:23:55 +0000</pubDate>
			<dc:creator>benbick16</dc:creator>
			<guid isPermaLink="false">72953@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks. I appreciate the feedback.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "User Registration Add-On Questions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-registration-add-on-questions-1#post-72950</link>
			<pubDate>Tue, 28 Aug 2012 14:12:10 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">72950@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi benbick16 - I have pretty much answered all of this in the above. &#60;/p&#62;
&#60;p&#62;You can have a password field so they can fill out their own password. You can have extra fields in your user registration but they won't automatically appear in the WordPress user profile section. You will need to use the link to Justin Tadlock's tutorial on adding additional profile details:&#60;br /&#62;
&#60;a href=&#34;http://justintadlock.com/archives/2009/09/10/adding-and-using-custom-user-profile-fields&#34; rel=&#34;nofollow&#34;&#62;http://justintadlock.com/archives/2009/09/10/adding-and-using-custom-user-profile-fields&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You can have the additional details saved without showing up, so if you want to have them have a complex profile that they can't see or change, then don't worry about the tutorial on adding more fields to the profile page. &#60;/p&#62;
&#60;p&#62;You can export their details using Gravity Forms' export system.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>benbick16 on "User Registration Add-On Questions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-registration-add-on-questions-1#post-72945</link>
			<pubDate>Tue, 28 Aug 2012 13:50:08 +0000</pubDate>
			<dc:creator>benbick16</dc:creator>
			<guid isPermaLink="false">72945@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I believe I am having a similar problem. I am trying to create a registration form where my users give me detailed information about themselves/companies. I want them to be able to create their own password and I would like for the information they enter in the registration form to populate their profile information. And will the user registration generate a profile page for them? Is this possible or will I need other resources? Please advise. &#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "User Registration Add-On Questions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-registration-add-on-questions-1#post-71921</link>
			<pubDate>Tue, 21 Aug 2012 13:47:38 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">71921@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;1.) That is an option to have their password e-mailed to them (either randomly generated, or the one they've entered in the form). No programming required.&#60;/p&#62;
&#60;p&#62;2.) Gravity Forms user registration allows you to add custom user meta and link it to a field in a Gravity Form. So if you had a text area in your form, in our user registration add-on settings, you would map it to your custom user meta field and then using the code mentioned in the example link, you could then display the stuff they entered in that field in their User Profile page. &#60;/p&#62;
&#60;p&#62;3.) No, it isn't a WordPress login page, but instead just a normal page, so however a form would look on a normal page of your site, that is what the registration form would look like. You embed Gravity Forms, including the User Registration one into a page. &#60;/p&#62;
&#60;p&#62;4.) There is no code to write out. It is all done through the user interface.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Fika on "User Registration Add-On Questions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-registration-add-on-questions-1#post-71918</link>
			<pubDate>Tue, 21 Aug 2012 13:40:12 +0000</pubDate>
			<dc:creator>Fika</dc:creator>
			<guid isPermaLink="false">71918@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi David,&#60;/p&#62;
&#60;p&#62;Thanks for the prompt reply. A few follow ups&#60;/p&#62;
&#60;p&#62;1) &#34;You can also set it so that their password for their WordPress account is e-mailed to them, that way they have to receive the e-mail before they can log in.&#34; - Is that an option, or is there documentation on how to do that? I would not know how to code something like this myself. &#60;/p&#62;
&#60;p&#62;2) OK great, I did have a look at that link and it seems it is talking in general rather than how it would work with Gravity Forms. If I had a text area for example where I want a user to write a short bio. Is that text area content added to the profile page or do I need to manually insert it. Again, looking for some specific gravity forms implementation. &#60;/p&#62;
&#60;p&#62;3) Roger that. Do you know if theme my login works with Gravity Registration Forms?&#60;/p&#62;
&#60;p&#62;4) Is there any more documentation on what you write in point 4. I ask because if I end up getting this will I be stuck asking another bunch of questions to get help on or has someone already documented this use case?&#60;/p&#62;
&#60;p&#62;Cheers //Stephen
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "User Registration Add-On Questions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-registration-add-on-questions-1#post-71870</link>
			<pubDate>Tue, 21 Aug 2012 10:53:01 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">71870@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;1.) You can create your own custom validation of any field using the following hook:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_field_validation&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_field_validation&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This would let you do a &#34;like&#34; test on a company name and domain to see if they are similar or the same and give an error if they aren't. So if a company tries to use a Gmail address, it would be rejected. &#60;/p&#62;
&#60;p&#62;You can also set it so that their password for their WordPress account is e-mailed to them, that way they have to receive the e-mail before they can log in.&#60;/p&#62;
&#60;p&#62;The registration conditions built-in are like the following:&#60;br /&#62;
&#34;Register the user if Register is Yes&#34;&#60;/p&#62;
&#60;p&#62;So if I had a field called Register and they selected Yes, then it would register their account, otherwise, it wouldn't. This is mostly for multi-use forms where not everyone is going to register but you want to give them that option.&#60;/p&#62;
&#60;p&#62;2.) Justin Tadlock has a great tutorial on displaying custom meta in the Profile section.&#60;br /&#62;
&#60;a href=&#34;http://justintadlock.com/archives/2009/09/10/adding-and-using-custom-user-profile-fields&#34; rel=&#34;nofollow&#34;&#62;http://justintadlock.com/archives/2009/09/10/adding-and-using-custom-user-profile-fields&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I just tested it to make sure it works correctly, and the only thing I'll say is that when you create Custom User Meta in the registration plugin, if you use a capital letter, then when you call it with the function, you need to match case. &#60;/p&#62;
&#60;p&#62;3.) This add-on only handles the initial e-mail notification if you check off that it should e-mail the user their password in the registration settings. It also will e-mail them a normal Gravity Forms notification if you set one up for the form. &#60;/p&#62;
&#60;p&#62;4.) Gravity Forms can fill out custom fields, both in User Meta and in WordPress posts. So if you have a field that is farmtype you can have an input that hooks into that custom field name so that anything they select would go into the farmtype custom field.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Fika on "User Registration Add-On Questions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-registration-add-on-questions-1#post-71860</link>
			<pubDate>Tue, 21 Aug 2012 09:56:34 +0000</pubDate>
			<dc:creator>Fika</dc:creator>
			<guid isPermaLink="false">71860@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I am looking to upgrade my GF to a developer license to take advantage of the add-ons that are offered such as PayPal and User Registration. &#60;/p&#62;
&#60;p&#62;I have a few pre-purchase questions after reading the documentation available before buying.&#60;/p&#62;
&#60;p&#62;1) It says you can set some registration conditions, but does not say what they are. I am looking to set a registration condition to allow the admin to confirm the user and for the user to confirm their email account (Reason being I am allowing companies register and don't want people impersonating a company name when they register, so I want to check they sign up with a url for the company domain and validate it) Are these part of the registration conditions and can both be applied to one form?&#60;/p&#62;
&#60;p&#62;2) If I use additional form fields to collect other information how can I use that later? I see one of the limitations was that it does not go to the user profile page. But the way it is written, it might be possible to do this by adding some code? Can you confirm that approach or how to get this info&#60;/p&#62;
&#60;p&#62;3) Does this Add-On handle all the email notifications regarding registering for the site? Welcome, Retrieve Password, User Approval, User Email verification etc etc. If not, is that just handled by Wordpress? I use a plugin called &#34;Theme My Login&#34; which handles it now, but wanted to understand if this plugin does it too, so I can delete the other one. &#60;/p&#62;
&#60;p&#62;4) Does the plugin support mapping of fields? My site set up is a directory listing site of Farmers. So I already have a database of Farmers on there for free (They are not registered on the site, I added the DB manually) Once a farmer registered they will pay and submit further information for their profile. Their profile pages (are wordpress pages) and I use custom fields right now to add any info I have myself (Bio, Facebook URL etc etc) However I have a lot of blanks. When a new user signs up as a company they will have the opportunity to fill in some of these blanks with fields I want to add to the GF reg form. I was wondering for streamlining sake, is it possible to somehow map the content they fill in for their profile registration to the custom fields I have already created on the site. For example in the registration form I have a dropdown of all Farmers in my database. They choose which one is theirs. They fill out their Bio, Addresses etc etc. Once they register these fields are mapped across to the ones in the profile pages of the Famers?&#60;/p&#62;
&#60;p&#62;Thanks for the help&#60;/p&#62;
&#60;p&#62;Looking forward to getting stuck in&#60;/p&#62;
&#60;p&#62;Stephen
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Fika on "Problems with using Custom Field in Send To Notification"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/problems-with-using-custom-field-in-send-to-notification#post-65759</link>
			<pubDate>Wed, 11 Jul 2012 10:18:18 +0000</pubDate>
			<dc:creator>Fika</dc:creator>
			<guid isPermaLink="false">65759@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;got it&#60;/p&#62;
&#60;p&#62; &#60;code&#62;$author_email = get_post_meta($post-&#38;gt;ID, &#38;#39;emailaddresses&#38;#39;, true);&#60;/code&#62; &#60;/p&#62;
&#60;p&#62;Had to use &#60;code&#62;$post-&#38;gt;ID&#60;/code&#62; as the post ID &#60;/p&#62;
&#60;p&#62;Thanks for your help...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Fika on "Problems with using Custom Field in Send To Notification"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/problems-with-using-custom-field-in-send-to-notification#post-65757</link>
			<pubDate>Wed, 11 Jul 2012 09:54:48 +0000</pubDate>
			<dc:creator>Fika</dc:creator>
			<guid isPermaLink="false">65757@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi David,&#60;/p&#62;
&#60;p&#62;I actually have a bit more info, I am nearly there I can feel it!!!&#60;/p&#62;
&#60;p&#62;I have looked at the documentation closer and have tried to update this using hooks as outlined here &#60;a href=&#34;http://www.gravityhelp.com/documentation/index.php?title=Using_Dynamic_Population&#38;amp;oldid=933&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/index.php?title=Using_Dynamic_Population&#38;amp;oldid=933&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The code I am using is as follows (Note my parameter name for the field I want populated is called &#34;directemail&#34;)&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/* Gravity Forms Direct Contact Form */
add_filter(&#38;#39;gform_field_value_directemail&#38;#39;, &#38;#39;populate_post_author_email&#38;#39;);
function populate_post_author_email($value){
    global $post;

    $author_email = get_post_meta(&#38;#39;emailaddresses&#38;#39;, true); 

    return $author_email;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Now this does NOT work, but as soon as I add a POST ID to the get_post_meta it works. My test post is 19 so I add it as follows&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/* Gravity Forms Direct Contact Form */
add_filter(&#38;#39;gform_field_value_directemail&#38;#39;, &#38;#39;populate_post_author_email&#38;#39;);
function populate_post_author_email($value){
    global $post;

    $author_email = get_post_meta(19, &#38;#39;emailaddresses&#38;#39;, true); 

    return $author_email;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This works and populates the fields with the custom field 'emailaddresses' value. However the problem is that I don't want to enter the post ID as I need it to read the key value for the post it is on. &#60;/p&#62;
&#60;p&#62;Can you let me know how I can adjust the code to allow me to get the value from the post it is on?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Fika on "Problems with using Custom Field in Send To Notification"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/problems-with-using-custom-field-in-send-to-notification#post-65751</link>
			<pubDate>Wed, 11 Jul 2012 09:19:05 +0000</pubDate>
			<dc:creator>Fika</dc:creator>
			<guid isPermaLink="false">65751@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi David,&#60;/p&#62;
&#60;p&#62;Nearly there :)&#60;/p&#62;
&#60;p&#62;OK, so here we go!&#60;/p&#62;
&#60;p&#62;&#60;hr /&#62;&#60;/p&#62;
&#60;p&#62;* So I have created a Single Line Text Field in my form at the end.&#60;br /&#62;
* I will hide this in CSS so the users don't see it&#60;br /&#62;
* I want this field to capture the email address from my custom field called  &#34;emailaddresses&#34;&#60;br /&#62;
* I click on advanced tab and choose &#34;Allow field to be populated dynamically&#34;&#60;/p&#62;
&#60;p&#62;Now I am stuck&#60;/p&#62;
&#60;p&#62;* What do I add as a parameter? All I know is that my custom field with the email address on each post is called &#34;emailaddresses&#34; is that what I enter as the parameter? &#60;/p&#62;
&#60;p&#62;Maybe you can help me understand what to write in there exactly. &#60;/p&#62;
&#60;p&#62;Also to note: The custom field I am talking about is not in the gravity form. It is a custom field in the post which I enter the email address for each contact. &#60;/p&#62;
&#60;p&#62;Thanks a lot, looking forward to putting this to bed, I am sure I ma missing something small...&#60;/p&#62;
&#60;p&#62;Cheers
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
