<?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: Pre-populating forms based on a specific email address</title>
		<link>https://legacy.forums.gravityhelp.com/topic/pre-populating-forms-based-on-a-specific-email-address</link>
		<description>Gravity Support Forums Topic: Pre-populating forms based on a specific email address</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:14:10 +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/pre-populating-forms-based-on-a-specific-email-address" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Pre-populating forms based on a specific email address"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pre-populating-forms-based-on-a-specific-email-address#post-111711</link>
			<pubDate>Mon, 31 Dec 2012 12:35:14 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">111711@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Please let us know if you need help.  It will not be a lot of work, but it will require some programming.  It should not take long for someone experienced with Gravity Forms and PHP.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>regsiteadmin on "Pre-populating forms based on a specific email address"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pre-populating-forms-based-on-a-specific-email-address#post-111700</link>
			<pubDate>Mon, 31 Dec 2012 12:20:14 +0000</pubDate>
			<dc:creator>regsiteadmin</dc:creator>
			<guid isPermaLink="false">111700@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for the timely response even though it's a holiday.  I'll take a look and search those job postings, see what I can find.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Pre-populating forms based on a specific email address"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pre-populating-forms-based-on-a-specific-email-address#post-111640</link>
			<pubDate>Mon, 31 Dec 2012 10:15:31 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">111640@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It will be easiest if you can get the data out of the Excel spreadsheet, since there are really no calculations: it's just pairs of related data.  You can put it in a text file, or you can put it in a database table.  That part does not matter.&#60;/p&#62;
&#60;p&#62;However, you are going to need some programming help to accomplish this.  I would have two forms: the first form where the email is entered, then the second form will carry the email over, and also using gform_field_value_$parameter_name:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_field_value_$parameter_name&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_field_value_$parameter_name&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You can look up the values for first and last name based on the email that was entered in the first form.  &#60;/p&#62;
&#60;p&#62;This will take a small bit of PHP code to do the lookup.  You can find help on our job board or at any of the many WordPress-specific help sites out there.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/forums/forum/job-board&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/forum/job-board&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://wpquestions.com/&#34; rel=&#34;nofollow&#34;&#62;http://wpquestions.com/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://jobs.wordpress.net/&#34; rel=&#34;nofollow&#34;&#62;http://jobs.wordpress.net/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;https://www.odesk.com/o/profiles/browse/skill/wordpress/&#34; rel=&#34;nofollow&#34;&#62;https://www.odesk.com/o/profiles/browse/skill/wordpress/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>regsiteadmin on "Pre-populating forms based on a specific email address"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/pre-populating-forms-based-on-a-specific-email-address#post-111599</link>
			<pubDate>Mon, 31 Dec 2012 08:35:03 +0000</pubDate>
			<dc:creator>regsiteadmin</dc:creator>
			<guid isPermaLink="false">111599@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I am trying to set up a series of forms where the the name fields would be pre-populated based on the email that was entered.&#60;/p&#62;
&#60;p&#62;More specifically, I have an email field on the first page, and after they enter it, they are taken to the registration page with Advanced Name fields, among others.  I already have a list of emails that correspond to first and last names in an Excel spreadsheet.  So when they enter their email on the first page, when they are taken to the registration page the first and last names should already be filled in.&#60;/p&#62;
&#60;p&#62;I've looked into dynamically populating fields, as well as the gform_pre_render, but I have little to no coding experience so can't really figure out how to get it to do what I want.  I'm also totally open to entering the information into a form or table on Wordpress so that it doesn't have to pull the information from an actual Excel file.&#60;/p&#62;
&#60;p&#62;Any help would be appreciated!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
