<?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: Allow field to be populated dynamically Always set for custom field</title>
		<link>https://legacy.forums.gravityhelp.com/topic/allow-field-to-be-populated-dynamically-always-set-for-custom-field</link>
		<description>Gravity Support Forums Topic: Allow field to be populated dynamically Always set for custom field</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 05:21:48 +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/allow-field-to-be-populated-dynamically-always-set-for-custom-field" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Allow field to be populated dynamically Always set for custom field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/allow-field-to-be-populated-dynamically-always-set-for-custom-field#post-79510</link>
			<pubDate>Mon, 08 Oct 2012 02:31:47 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">79510@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm going to close this as a duplicate of &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/use-existing-login-system#post-79322&#34; rel=&#34;nofollow&#34;&#62;this topic&#60;/a&#62; which is closely related, if not identical.  We will continue troubleshooting there.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>aechols on "Allow field to be populated dynamically Always set for custom field"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/allow-field-to-be-populated-dynamically-always-set-for-custom-field#post-79441</link>
			<pubDate>Sun, 07 Oct 2012 18:46:44 +0000</pubDate>
			<dc:creator>aechols</dc:creator>
			<guid isPermaLink="false">79441@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is there a way to get the &#34;Allow field to be populated dynamically&#34; always checked and set to a value for a custom field?  I've got this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
// Adds title to GF custom field
add_filter( &#38;#39;gform_field_type_title&#38;#39; , &#38;#39;wps_netID_title&#38;#39; );
function wps_netID_title( $type ) {
    if ( $type == &#38;#39;netID&#38;#39; )
        return __( &#38;#39;netID&#38;#39; , &#38;#39;gravityforms&#38;#39; );
}?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Through some other searching, I have it added under my &#34;Standard Fields&#34; and have it set to be read only through some other code in functions.php, along with making it a text field with netID as the label for it.  This way users just have to click the buttom to have this field added to the form.  I would like to make it so that anytime this is added into the form, it's automatically populated with &#34;netID&#34; so that users don't have to go in there, check the box, and add in netID as the value.  It will always be needed for this custom type, otherwise it won't show anything.  Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
