<?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: Creating Custom Password Reset Form</title>
		<link>https://legacy.forums.gravityhelp.com/topic/creating-custom-password-reset-form</link>
		<description>Gravity Support Forums Topic: Creating Custom Password Reset Form</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:01:45 +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/creating-custom-password-reset-form" rel="self" type="application/rss+xml" />

		<item>
			<title>infomedia on "Creating Custom Password Reset Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/creating-custom-password-reset-form#post-38340</link>
			<pubDate>Wed, 19 Oct 2011 15:43:29 +0000</pubDate>
			<dc:creator>infomedia</dc:creator>
			<guid isPermaLink="false">38340@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I guess I have a strange request, but I know there has to be a way. I have set up a custom registration form that handles Name, Email, Practice (medical), Phone and Password. All this is stored somewhere in the back-end, I just don't know where. Here is what I need to do:&#60;/p&#62;
&#60;p&#62;Taking advantage of gravity forms and the wp-login.php files, I would like to find out where the custom userdata of gravity forms is stored, call those functions into the wp-login.php file where when a user requests to reset their password, all the custom Gravity Form info user data is sent to the admin of the site in a wordpress-generated email:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[php]
$message = __(&#38;#39;Someone requested that the password be reset for the following account:&#38;#39;) . &#38;quot;\r\n\r\n&#38;quot;;
	$message .= sprintf(__(&#38;#39;Username: %s&#38;#39;), $user_login) . &#38;quot;\r\n\r\n&#38;quot;;
	$message .= sprintf(__(&#38;#39;User Email: %s&#38;#39;), $user_email) . &#38;quot;\r\n\r\n&#38;quot;;
	$message .= __(&#38;#39;If this was a mistake, just ignore this email and nothing will happen.&#38;#39;) . &#38;quot;\r\n\r\n&#38;quot;;
	$message .= __(&#38;#39;To reset your password, visit the following address:&#38;#39;) . &#38;quot;\r\n\r\n&#38;quot;;
	$message .= &#38;#39;&#38;lt;&#38;#39; . network_site_url(&#38;quot;wp-login.php?action=rp&#38;amp;key=$key&#38;amp;login=&#38;quot; . rawurlencode($user_login), &#38;#39;login&#38;#39;) . &#38;quot;&#38;gt;\r\n&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;So the admin gets Name, Email, Practice, and Phone and the new password of the user requesting the reset. Right now I just have username and email.&#60;/p&#62;
&#60;p&#62;Secondly, I want to learn how to use custom queries to auto-populate the Phone and Practice fields in the contact form (as I don't know how to), separate from registration form, so when a logged in user wishes to contact site admin, their fields are already populated for them according to the info they inputted when they registered. I realize this is a common question on these forums, but I still don't understand what needs to be done code-wise...&#60;/p&#62;
&#60;p&#62;So yeh, mainly I just want to know where I need to go to access the stored info gravity forms keeps of registered user data, then I need to call that data to be sent through email to the admin when a user resets their password. My client (the admin) wants to have all that information. And lastly, need to know how to create a query for auto populating fields: Phone and Practice.&#60;/p&#62;
&#60;p&#62;Thanks! Hope that makes sense.&#60;br /&#62;
Josh
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
