<?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: Custom Field Adding Form Name</title>
		<link>https://legacy.forums.gravityhelp.com/topic/custom-field-adding-form-name</link>
		<description>Gravity Support Forums Topic: Custom Field Adding Form Name</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 08:25:15 +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/custom-field-adding-form-name" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Custom Field Adding Form Name"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-field-adding-form-name#post-38745</link>
			<pubDate>Mon, 24 Oct 2011 11:57:37 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">38745@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad you found a workaround.  It's not normal for the form name to be inserted into your custom field like that, before the submitted value.  Did you previously add anything to functions.php to modify this custom field or otherwise handle the form submission?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>LoriKB on "Custom Field Adding Form Name"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-field-adding-form-name#post-38688</link>
			<pubDate>Sun, 23 Oct 2011 15:13:43 +0000</pubDate>
			<dc:creator>LoriKB</dc:creator>
			<guid isPermaLink="false">38688@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;For now I  added a line in my function to trim the &#34;video application&#34; text from the variable. &#60;/p&#62;
&#60;p&#62;I am an old classic asp web dev and am still learning to use php and customize wordpress with more advanced functions. It is entirely possible it is something I did that is causing the wrong value to be passed.&#60;/p&#62;
&#60;p&#62;I will continue to keep an eye out for what it could be but at least I found a temporary solution :)&#60;/p&#62;
&#60;p&#62;Lori
&#60;/p&#62;</description>
		</item>
		<item>
			<title>LoriKB on "Custom Field Adding Form Name"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-field-adding-form-name#post-38663</link>
			<pubDate>Sat, 22 Oct 2011 18:00:37 +0000</pubDate>
			<dc:creator>LoriKB</dc:creator>
			<guid isPermaLink="false">38663@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Chris,&#60;/p&#62;
&#60;p&#62;I am not sure I completely understand the question. &#60;/p&#62;
&#60;p&#62;I am using a gravity form to create a post with the custom field, most of the other fields are populated dynamically like the title, category and content and I have those fields hidden from the user by checking the admin only box under advanced settings for those fields. When I submit the form it creates a published post with all the correct data with the exception of this custom field which adds on the form name with no help from me as far as I can tell. The title of my form is 'Video Application' which is the text that is being added to the value.&#60;/p&#62;
&#60;p&#62;Here are the basic settings for the form field:&#60;br /&#62;
&#60;a href=&#34;http://cl.ly/1V0o2L3d423V2h210O1b&#34; rel=&#34;nofollow&#34;&#62;http://cl.ly/1V0o2L3d423V2h210O1b&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;And the advanced:&#60;br /&#62;
&#60;a href=&#34;http://cl.ly/063v0O3W0g43090g3u38&#34; rel=&#34;nofollow&#34;&#62;http://cl.ly/063v0O3W0g43090g3u38&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Here is a larger screenshot of the edit post page that is being created by the gravity forms:&#60;br /&#62;
&#60;a href=&#34;http://cl.ly/2s1y2a311T1k0T0t052Y&#34; rel=&#34;nofollow&#34;&#62;http://cl.ly/2s1y2a311T1k0T0t052Y&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Form Title&#60;br /&#62;
Video Application&#60;/p&#62;
&#60;p&#62;The hidden fields all working correctly:&#60;br /&#62;
Post Title - Set to currently logged in user's name.&#60;br /&#62;
Post Category - Set to predefined category&#60;br /&#62;
Post Body - Set to publish the post with predefined text.&#60;/p&#62;
&#60;p&#62;URL Field as custom field, collects data correctly, but for some reason when populating the custom form field section of the published post it passes on the Form Name along with the value of the URL field as seen in my previous screenshot.&#60;/p&#62;
&#60;p&#62;Sorry if this is too much information or I misunderstood your question. I am not having any issues grabbing or displaying any of the data I am collecting, but for some reason the correct data isn't being passed to the post.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Lori
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Custom Field Adding Form Name"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-field-adding-form-name#post-38552</link>
			<pubDate>Fri, 21 Oct 2011 12:41:05 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">38552@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sounds like you're collecting the value just fine as evidenced by it being in the entry in the proper format.   &#60;/p&#62;
&#60;p&#62;How does the value get into the custom field?  Can you post a screenshot of that setting, however you're using it?  Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>LoriKB on "Custom Field Adding Form Name"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-field-adding-form-name#post-38538</link>
			<pubDate>Fri, 21 Oct 2011 11:47:37 +0000</pubDate>
			<dc:creator>LoriKB</dc:creator>
			<guid isPermaLink="false">38538@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Chris,&#60;/p&#62;
&#60;p&#62;Thanks for the quick reply. If I correct the entry on the post page it displays the URL correctly. Let me show you a screenshot of how the edit post page shows the entry, so you can better see what I mean:&#60;/p&#62;
&#60;p&#62;Here is my entries page where the URL field is displayed correctly:&#60;br /&#62;
&#60;a href=&#34;http://cl.ly/2e0N1E3v3R2Z0h3C060o&#34; rel=&#34;nofollow&#34;&#62;http://cl.ly/2e0N1E3v3R2Z0h3C060o&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;When I go to the edit post page for the above entry here is what the custom fields section looks like for the submitted post:&#60;br /&#62;
&#60;a href=&#34;http://cl.ly/0k2u0D3E3V3l1G3k2e0d&#34; rel=&#34;nofollow&#34;&#62;http://cl.ly/0k2u0D3E3V3l1G3k2e0d&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If I correct the address the function I am using in my template to display the link works correctly, I just don't understand why it is adding the form name to the value.&#60;/p&#62;
&#60;p&#62;I am baffled since the form seems to be collecting the information correctly.&#60;br /&#62;
Lori
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Custom Field Adding Form Name"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-field-adding-form-name#post-38535</link>
			<pubDate>Fri, 21 Oct 2011 11:34:49 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">38535@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Lori,&#60;/p&#62;
&#60;p&#62;How are you putting the URL into the custom field?  And, how does it get displayed in your template?  My guess is that you're putting it correctly into the proper custom field, with your form, but that your template, whatever uses the custom field, is messing it up some how.  Please share how you're displaying the custom field and we can help you work it out.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>LoriKB on "Custom Field Adding Form Name"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-field-adding-form-name#post-38533</link>
			<pubDate>Fri, 21 Oct 2011 11:30:45 +0000</pubDate>
			<dc:creator>LoriKB</dc:creator>
			<guid isPermaLink="false">38533@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I have a form that is creating a new post and publishing it and everything is working fine except...&#60;/p&#62;
&#60;p&#62;I have a custom field that is a URL, when I go to the entries page in gravity forms the URL is entered correctly, but whenI go to the post that was created in the custom field the name of the form is appended to the beginning of the URL.&#60;/p&#62;
&#60;p&#62;For example:&#60;br /&#62;
&#60;a href=&#34;http://www.apple.com&#34; rel=&#34;nofollow&#34;&#62;http://www.apple.com&#60;/a&#62; is submitted from a form named ABCForm&#60;br /&#62;
Under entries I correctly see &#60;a href=&#34;http://www.apple.com&#34; rel=&#34;nofollow&#34;&#62;http://www.apple.com&#60;/a&#62;&#60;br /&#62;
On the post page under custom fields I see ABCFormwww.apple.com&#60;/p&#62;
&#60;p&#62;I am new to using custom fields, so I am sure there is probably something I am doing incorrectly?&#60;/p&#62;
&#60;p&#62;Any help would be greatly appreciated.&#60;br /&#62;
Lori
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
