<?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: easy way to convert normal fields into custom fields?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/easy-way-to-convert-normal-fields-into-custom-fields</link>
		<description>Gravity Support Forums Topic: easy way to convert normal fields into custom fields?</description>
		<language>en-US</language>
		<pubDate>Fri, 24 Apr 2026 05:14:49 +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/easy-way-to-convert-normal-fields-into-custom-fields" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "easy way to convert normal fields into custom fields?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/easy-way-to-convert-normal-fields-into-custom-fields#post-55127</link>
			<pubDate>Thu, 12 Apr 2012 16:50:31 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">55127@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Nice, so it worked! Cool man, thanks for posting.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shoesale on "easy way to convert normal fields into custom fields?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/easy-way-to-convert-normal-fields-into-custom-fields#post-55126</link>
			<pubDate>Thu, 12 Apr 2012 16:49:48 +0000</pubDate>
			<dc:creator>shoesale</dc:creator>
			<guid isPermaLink="false">55126@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok, the way to do this for anyone with a similar problem is:&#60;/p&#62;
&#60;p&#62;download XML&#60;br /&#62;
find 'type'&#60;br /&#62;
replace 'type=&#34;post_custom_field&#34; inputType'&#60;/p&#62;
&#60;p&#62;make sure you 'match whole word only' and run throuht the XML on a case by case basis (don't replace all)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shoesale on "easy way to convert normal fields into custom fields?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/easy-way-to-convert-normal-fields-into-custom-fields#post-55088</link>
			<pubDate>Thu, 12 Apr 2012 14:49:15 +0000</pubDate>
			<dc:creator>shoesale</dc:creator>
			<guid isPermaLink="false">55088@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sorry, that was a stupid question, just found the link!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "easy way to convert normal fields into custom fields?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/easy-way-to-convert-normal-fields-into-custom-fields#post-55087</link>
			<pubDate>Thu, 12 Apr 2012 14:47:56 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">55087@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Actually, you are in the right place, mostly. At the top of the Import/Export page you should see an option for Export Entries &#124; Import Forms &#124; Export Forms
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shoesale on "easy way to convert normal fields into custom fields?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/easy-way-to-convert-normal-fields-into-custom-fields#post-55085</link>
			<pubDate>Thu, 12 Apr 2012 14:46:39 +0000</pubDate>
			<dc:creator>shoesale</dc:creator>
			<guid isPermaLink="false">55085@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Rob,&#60;/p&#62;
&#60;p&#62;The export option through Wordpress gives me a CSV of the input data rather than the XML structure of the form, is there another export option for this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "easy way to convert normal fields into custom fields?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/easy-way-to-convert-normal-fields-into-custom-fields#post-55055</link>
			<pubDate>Thu, 12 Apr 2012 12:18:49 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">55055@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Well, you can export the form and open the XML file and try editing it that way to change the field types. For example, I did a quick test with a form that had a single line field and a post custom field. This was the output:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?xml version=&#38;quot;1.0&#38;quot; encoding=&#38;quot;UTF-8&#38;quot;?&#38;gt;
&#38;lt;forms version=&#38;quot;1.6.4.beta1&#38;quot;&#38;gt;
	&#38;lt;form labelPlacement=&#38;quot;top_label&#38;quot; useCurrentUserAsAuthor=&#38;quot;1&#38;quot;&#38;gt;
		&#38;lt;title&#38;gt;&#38;lt;![CDATA[Post Fields Form]]&#38;gt;&#38;lt;/title&#38;gt;
		&#38;lt;description&#38;gt;&#38;lt;![CDATA[We would love to hear from you! Please fill out this form and we will get in touch with you shortly.]]&#38;gt;&#38;lt;/description&#38;gt;
		&#38;lt;confirmation type=&#38;quot;message&#38;quot;&#38;gt;
			&#38;lt;message&#38;gt;&#38;lt;![CDATA[Thanks for contacting us! We will get in touch with you shortly.]]&#38;gt;&#38;lt;/message&#38;gt;
		&#38;lt;/confirmation&#38;gt;
		&#38;lt;button type=&#38;quot;text&#38;quot;&#38;gt;
			&#38;lt;text&#38;gt;&#38;lt;![CDATA[Submit]]&#38;gt;&#38;lt;/text&#38;gt;
		&#38;lt;/button&#38;gt;
		&#38;lt;fields&#38;gt;
			&#38;lt;field id=&#38;quot;1&#38;quot; type=&#38;quot;text&#38;quot; size=&#38;quot;medium&#38;quot;&#38;gt;
				&#38;lt;label&#38;gt;&#38;lt;![CDATA[Single Input]]&#38;gt;&#38;lt;/label&#38;gt;
			&#38;lt;/field&#38;gt;
			&#38;lt;field id=&#38;quot;2&#38;quot; type=&#38;quot;post_custom_field&#38;quot; size=&#38;quot;medium&#38;quot; inputType=&#38;quot;text&#38;quot;&#38;gt;
				&#38;lt;label&#38;gt;&#38;lt;![CDATA[Post Custom Field]]&#38;gt;&#38;lt;/label&#38;gt;
			&#38;lt;/field&#38;gt;
		&#38;lt;/fields&#38;gt;
		&#38;lt;descriptionPlacement&#38;gt;&#38;lt;![CDATA[below]]&#38;gt;&#38;lt;/descriptionPlacement&#38;gt;
		&#38;lt;notification&#38;gt;
			&#38;lt;to&#38;gt;&#38;lt;![CDATA[{admin_email}]]&#38;gt;&#38;lt;/to&#38;gt;
			&#38;lt;subject&#38;gt;&#38;lt;![CDATA[New submission from {form_title}]]&#38;gt;&#38;lt;/subject&#38;gt;
			&#38;lt;message&#38;gt;&#38;lt;![CDATA[{all_fields}]]&#38;gt;&#38;lt;/message&#38;gt;
		&#38;lt;/notification&#38;gt;
	&#38;lt;/form&#38;gt;
&#38;lt;/forms&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can see that in this simple example the &#34;type&#34; is different and the CDATA. IF you go this route, just do backups of the original XML and maybe some experimentation. Hopefully that could shortcut it for you. Once finished editing, you can reimport the XML file.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shoesale on "easy way to convert normal fields into custom fields?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/easy-way-to-convert-normal-fields-into-custom-fields#post-54998</link>
			<pubDate>Wed, 11 Apr 2012 21:12:06 +0000</pubDate>
			<dc:creator>shoesale</dc:creator>
			<guid isPermaLink="false">54998@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I just downloaded the plugin and started to create a rather large form (40+ items all with advanced settings filled out).  I've now realized that to get these to become post meta values they have to be defined as custom fields.  Is there any easy way to covert a standard field to a custom field (even if it means having to edit code) that i can use to save having to re-write the entire form?&#60;/p&#62;
&#60;p&#62;Thanks in advance!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
