<?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: Embedding Wordpress User ID</title>
		<link>https://legacy.forums.gravityhelp.com/topic/embedding-wordpress-user-id</link>
		<description>Gravity Support Forums Topic: Embedding Wordpress User ID</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 06:29:36 +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/embedding-wordpress-user-id" rel="self" type="application/rss+xml" />

		<item>
			<title>Steve Napierski on "Embedding Wordpress User ID"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/embedding-wordpress-user-id#post-233741</link>
			<pubDate>Thu, 02 May 2013 11:41:00 +0000</pubDate>
			<dc:creator>Steve Napierski</dc:creator>
			<guid isPermaLink="false">233741@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad I could be of assistance.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mostlyjan on "Embedding Wordpress User ID"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/embedding-wordpress-user-id#post-233734</link>
			<pubDate>Thu, 02 May 2013 11:36:55 +0000</pubDate>
			<dc:creator>mostlyjan</dc:creator>
			<guid isPermaLink="false">233734@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;created a child theme with that function and it worked like a charm. Thanks much !
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Steve Napierski on "Embedding Wordpress User ID"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/embedding-wordpress-user-id#post-232533</link>
			<pubDate>Wed, 01 May 2013 19:02:22 +0000</pubDate>
			<dc:creator>Steve Napierski</dc:creator>
			<guid isPermaLink="false">232533@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Add the following code the the Theme Function file:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;quot;gform_field_value_userID&#38;quot;, &#38;quot;populate_userID&#38;quot;);
function populate_userID($value){
$current_user = wp_get_current_user();
return $current_user-&#38;gt;display_name;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;After that, go to your form.&#60;br /&#62;
Insert a 'Hidden Field'.&#60;br /&#62;
Click the 'Advanced' tab.&#60;br /&#62;
Check the box for 'Allow field to be populated dynamically.'&#60;br /&#62;
Set the 'Parameter Name' to userID.&#60;br /&#62;
Click the 'Update Form' button.&#60;/p&#62;
&#60;p&#62;Hope this does the job!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mostlyjan on "Embedding Wordpress User ID"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/embedding-wordpress-user-id#post-232425</link>
			<pubDate>Wed, 01 May 2013 15:57:49 +0000</pubDate>
			<dc:creator>mostlyjan</dc:creator>
			<guid isPermaLink="false">232425@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi there,&#60;br /&#62;
I bought the regular license. How do i embed the WordPress user ID of the person submitting a form?&#60;br /&#62;
All our forms will require that people are logged in. I want to pass the submitter's wordpress ID to verify that they are who they say they are.&#60;br /&#62;
thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
