<?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: How to prepopulate a field from a custom field?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-to-prepopulate-a-field-from-a-custom-field</link>
		<description>Gravity Support Forums Topic: How to prepopulate a field from a custom field?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 03:27:27 +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/how-to-prepopulate-a-field-from-a-custom-field" rel="self" type="application/rss+xml" />

		<item>
			<title>Jesper Kahr Nielsen on "How to prepopulate a field from a custom field?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-prepopulate-a-field-from-a-custom-field#post-50402</link>
			<pubDate>Fri, 24 Feb 2012 04:33:31 +0000</pubDate>
			<dc:creator>Jesper Kahr Nielsen</dc:creator>
			<guid isPermaLink="false">50402@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi David&#60;br /&#62;
Almost.&#60;/p&#62;
&#60;p&#62;Can you check the code here:&#60;br /&#62;
&#60;a href=&#34;http://www.pastie.org/3443468&#34; rel=&#34;nofollow&#34;&#62;http://www.pastie.org/3443468&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Is the $post-&#38;gt;post_32 part wrong?&#60;br /&#62;
The parameter in the form is called &#34;pris_in&#34; and the custom field is &#34;pris&#34;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "How to prepopulate a field from a custom field?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-prepopulate-a-field-from-a-custom-field#post-49606</link>
			<pubDate>Thu, 16 Feb 2012 12:54:11 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">49606@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Jesper,&#60;/p&#62;
&#60;p&#62;Based on the Post Author example above, this code will retrieve a post custom field:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://pastie.org/3395597&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/3395597&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Make sure you re-read the Post Author example documentation as it provide additional explanation on what is going on here.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jesper Kahr Nielsen on "How to prepopulate a field from a custom field?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-prepopulate-a-field-from-a-custom-field#post-49577</link>
			<pubDate>Thu, 16 Feb 2012 07:10:47 +0000</pubDate>
			<dc:creator>Jesper Kahr Nielsen</dc:creator>
			<guid isPermaLink="false">49577@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi David&#60;/p&#62;
&#60;p&#62;Thank you for your reply. I found a custom field/custom post plugin:&#60;br /&#62;
&#34;Ultimate Post Type Manager&#34;&#60;/p&#62;
&#60;p&#62;Here I can make the metadata I want on custom posts.&#60;br /&#62;
1. Make a custom post type &#34;product&#34;&#60;br /&#62;
2. Make fields for details like price and different configuration variants.&#60;/p&#62;
&#60;p&#62;Now I would like to make the orderform which get the metadata from the different posts and their configurations...&#60;/p&#62;
&#60;p&#62;The &#34;GravityForm+custom field&#34; enable a dropdown for population so that I can get the &#34;product&#34; post type. Now I am just missing the get &#34;custom field&#34; function.&#60;/p&#62;
&#60;p&#62;And I guess your ex. with post_author could work but  I cant seem to rewrite to make it work...help
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "How to prepopulate a field from a custom field?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-prepopulate-a-field-from-a-custom-field#post-49270</link>
			<pubDate>Mon, 13 Feb 2012 14:14:51 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">49270@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Here is a walk through for populating the Post Author. You can use this same concept to populate a custom field. Just use the &#60;a href=&#34;http://codex.wordpress.org/Function_Reference/get_post_meta&#34; rel=&#34;nofollow&#34;&#62;get_post_meta()&#60;/a&#62; function instead of the get_the_author_meta() function used in the walk through.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Dynamically_Populating_the_Post_Author&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Dynamically_Populating_the_Post_Author&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jesper Kahr Nielsen on "How to prepopulate a field from a custom field?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-prepopulate-a-field-from-a-custom-field#post-48676</link>
			<pubDate>Wed, 08 Feb 2012 02:41:36 +0000</pubDate>
			<dc:creator>Jesper Kahr Nielsen</dc:creator>
			<guid isPermaLink="false">48676@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi All&#60;/p&#62;
&#60;p&#62;I hope someone can help me with a solution on this topic.&#60;br /&#62;
I really really want my form too have pre-populated fields and the fields should be map with a custom field. The form will get the custom field value from wordpress and display it for the form user as ex. a dropdown, multiselect or html...&#60;/p&#62;
&#60;p&#62;it is like the &#34;Gravity Forms + Custom Post Types&#34; plugin but for custom fields...?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
