<?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: Is there a way to tie a custom field to a single form to know source?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/is-there-a-way-to-tie-a-custom-field-to-a-single-form-to-know-source</link>
		<description>Gravity Support Forums Topic: Is there a way to tie a custom field to a single form to know source?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 03:29:19 +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/is-there-a-way-to-tie-a-custom-field-to-a-single-form-to-know-source" rel="self" type="application/rss+xml" />

		<item>
			<title>photoRobertson on "Is there a way to tie a custom field to a single form to know source?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/is-there-a-way-to-tie-a-custom-field-to-a-single-form-to-know-source#post-26162</link>
			<pubDate>Mon, 23 May 2011 15:12:41 +0000</pubDate>
			<dc:creator>photoRobertson</dc:creator>
			<guid isPermaLink="false">26162@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;OK, finally got it all working. Thanks for your help and patience...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Is there a way to tie a custom field to a single form to know source?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/is-there-a-way-to-tie-a-custom-field-to-a-single-form-to-know-source#post-26153</link>
			<pubDate>Mon, 23 May 2011 14:22:48 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">26153@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Custom Fields are built in WordPress functionality. They are added when creating a Post in WordPress.  There is an area when creating or editing a post for custom fields. It looks like this: &#60;a href=&#34;http://grab.by/acbS&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/acbS&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If you don't see it when creating or editing a post, it's because it's not turned on in your screen options.  Edit or create a New Post and choose &#34;Screen Options&#34; from the top right of the editor and check the &#34;Custom Fields&#34; option. See this screenshot: &#60;a href=&#34;http://grab.by/acdV&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/acdV&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>photoRobertson on "Is there a way to tie a custom field to a single form to know source?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/is-there-a-way-to-tie-a-custom-field-to-a-single-form-to-know-source#post-26151</link>
			<pubDate>Mon, 23 May 2011 13:49:55 +0000</pubDate>
			<dc:creator>photoRobertson</dc:creator>
			<guid isPermaLink="false">26151@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Still confused. How do you add a custom field to a Wordpress Page/Post?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Is there a way to tie a custom field to a single form to know source?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/is-there-a-way-to-tie-a-custom-field-to-a-single-form-to-know-source#post-26134</link>
			<pubDate>Mon, 23 May 2011 12:07:43 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">26134@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You aren't populating the field right.  Adding &#34;ModelName=&#34;Ali&#34;&#34; to the shortcode isn't going to populate {custom_field:ModelName}.  The {custom_field:name} merge code is populated via the Custom Fields of a Post.  So you would add a Custom Field to the page/post with the name of ModelName and the value of the name of the model.&#60;/p&#62;
&#60;p&#62;See this screenshot: &#60;a href=&#34;http://grab.by/acbS&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/acbS&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Please note custom field names are case sensitive.  So if you name it ModelName you must use ModelName and not modelname.  It's best to use all lower case custom field names so you don't forget.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>photoRobertson on "Is there a way to tie a custom field to a single form to know source?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/is-there-a-way-to-tie-a-custom-field-to-a-single-form-to-know-source#post-26123</link>
			<pubDate>Mon, 23 May 2011 11:57:42 +0000</pubDate>
			<dc:creator>photoRobertson</dc:creator>
			<guid isPermaLink="false">26123@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;OK, still a little confused here on how to get the individual model name into a field so it shows up in the entries as having been referred by that model.&#60;/p&#62;
&#60;p&#62;On the form itself, I have a hidden field called &#34;ModelName&#34; and the default value of that is &#34;[custom_field:ModelName]&#34;.&#60;/p&#62;
&#60;p&#62;Then on each individual model rep page where I am using the form, I have&#60;/p&#62;
&#60;p&#62;&#34;[gravityform id=1 name=StayInformed ajax=true ModelName=&#34;Ali&#34;]&#60;/p&#62;
&#60;p&#62;I want to replace the model name on each Wordpress page of that model so that I know which entries are coming from which model.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Is there a way to tie a custom field to a single form to know source?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/is-there-a-way-to-tie-a-custom-field-to-a-single-form-to-know-source#post-26112</link>
			<pubDate>Mon, 23 May 2011 11:42:36 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">26112@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, you can do this.  Implementation depends on what you are trying to accomplish and what data needs to be stored with the form and how it should be used.&#60;/p&#62;
&#60;p&#62;If all you want to do is save a custom field value as a form field value on your form, you can do this using a Hidden Field and the Default Value option under the Advanced Tab when editing the Hidden Field.&#60;/p&#62;
&#60;p&#62;In the default value use this merge code:&#60;/p&#62;
&#60;p&#62;{custom_field:NAME}&#60;/p&#62;
&#60;p&#62;Replace the name with the name/key of the custom field you want to populate the default value with.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>photoRobertson on "Is there a way to tie a custom field to a single form to know source?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/is-there-a-way-to-tie-a-custom-field-to-a-single-form-to-know-source#post-26068</link>
			<pubDate>Sat, 21 May 2011 23:07:24 +0000</pubDate>
			<dc:creator>photoRobertson</dc:creator>
			<guid isPermaLink="false">26068@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am a photographer and  would like to use the same form on multiple Senior Model Pages. This is so I can track which Senior Model referred a lead that registers.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
