<?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: Contact Specific People in Staff Directory</title>
		<link>https://legacy.forums.gravityhelp.com/topic/contact-specific-people-in-staff-directory</link>
		<description>Gravity Support Forums Topic: Contact Specific People in Staff Directory</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 14:57:47 +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/contact-specific-people-in-staff-directory" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Contact Specific People in Staff Directory"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/contact-specific-people-in-staff-directory#post-85665</link>
			<pubDate>Wed, 31 Oct 2012 09:59:11 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">85665@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you for the update.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mymodernweb on "Contact Specific People in Staff Directory"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/contact-specific-people-in-staff-directory#post-85233</link>
			<pubDate>Tue, 30 Oct 2012 12:14:09 +0000</pubDate>
			<dc:creator>mymodernweb</dc:creator>
			<guid isPermaLink="false">85233@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for getting back to me Rob. I found the answer in this post:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/send-to-an-email-stored-in-a-custom-field&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/send-to-an-email-stored-in-a-custom-field&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Contact Specific People in Staff Directory"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/contact-specific-people-in-staff-directory#post-85223</link>
			<pubDate>Tue, 30 Oct 2012 11:37:37 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">85223@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You would use routing, but I'm thinking in this case rather than using a hidden field, use an email field that is set to admin only. I'm thinking that should do the trick for you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mymodernweb on "Contact Specific People in Staff Directory"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/contact-specific-people-in-staff-directory#post-85185</link>
			<pubDate>Tue, 30 Oct 2012 10:30:04 +0000</pubDate>
			<dc:creator>mymodernweb</dc:creator>
			<guid isPermaLink="false">85185@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This what I'm trying to do as well. I've created a hidden field to populate with the email address. Then I'm using the email address in the shortcode to populate that field. But, I can't figure out how to use that field in the notifications area. Do I use routing?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Contact Specific People in Staff Directory"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/contact-specific-people-in-staff-directory#post-73487</link>
			<pubDate>Fri, 31 Aug 2012 15:41:44 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">73487@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You should be able to use dynamic population. You can setup an email field on the form that is set to populate dynamically and then you can pass the employees email address via a query string in the link to pre-populate the email field. Then you can use that email field in the notifications area.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Using_Dynamic_Population&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Using_Dynamic_Population&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>spidercreations on "Contact Specific People in Staff Directory"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/contact-specific-people-in-staff-directory#post-73481</link>
			<pubDate>Fri, 31 Aug 2012 14:43:46 +0000</pubDate>
			<dc:creator>spidercreations</dc:creator>
			<guid isPermaLink="false">73481@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a list of employees in a table on a page. I'm looking for suggestions to create a way that I can have a link next to a person's name that will allow site visitors to click on that link and go to another page with a Gravity Form that will direct the email to the specific employee.&#60;/p&#62;
&#60;p&#62;Kind of like this...&#60;br /&#62;
&#60;a href=&#34;http://www.rsd6.org/subsite/dist/directory&#34; rel=&#34;nofollow&#34;&#62;http://www.rsd6.org/subsite/dist/directory&#60;/a&#62;&#60;br /&#62;
Click on the email icon and a new page is shown with the form pre-populated with the employee.&#60;/p&#62;
&#60;p&#62;Of course, I can create a Gravity Form that has a drop down with all of the employee names, and conditionally set up the form to email based on a specific field, but this will be a lot of work to set up and manage. Plus, it will not be user friendly since the drop-down will include 50 employees.&#60;/p&#62;
&#60;p&#62;Suggestions?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
