<?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 Tag: Import - Recent Posts</title>
		<link>https://legacy.forums.gravityhelp.com/tags/import</link>
		<description>Gravity Support Forums Tag: Import - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 16:33:59 +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/tags/import" rel="self" type="application/rss+xml" />

		<item>
			<title>marcel.ambiente on "Custom Form Field With Multiple Inputs"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom-form-field-with-multiple-inputs#post-273572</link>
			<pubDate>Fri, 24 May 2013 12:34:45 +0000</pubDate>
			<dc:creator>marcel.ambiente</dc:creator>
			<guid isPermaLink="false">273572@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Friend, there's an error at line 11, instead &#34;onclick&#34; =&#38;gt; &#34;StartAddField('add_loc'), put onclick&#34; =&#38;gt; &#34;StartAddField('addloc'); without the underline character at &#34;addloc&#34;... Obviously, all &#34;add_loc&#34; reference (type) will not work, so I suggest you to substitute every &#34;add_loc&#34; therm to &#34;addloc&#34;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>post@smart-media.no on "Returns in Textarea causing problems in csv export"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/returns-in-textarea-causing-problems-in-csv-export#post-272918</link>
			<pubDate>Fri, 24 May 2013 07:12:36 +0000</pubDate>
			<dc:creator>post@smart-media.no</dc:creator>
			<guid isPermaLink="false">272918@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
You can remove the returns before the data is saved to the database with the following script:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;quot;gform_save_field_value&#38;quot;, &#38;quot;save_field_value&#38;quot;, 10, 4);
	function save_field_value($value, $lead, $field, $form){
		$new_value = str_replace(array(&#38;quot;\n&#38;quot;, &#38;quot;\t&#38;quot;, &#38;quot;\r&#38;quot;), &#38;#39;&#38;#39;, $value);
		return $new_value;
	}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;\n removes new lines&#60;br /&#62;
\t removes tabs&#60;br /&#62;
\r remove carriage returns
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ScottSendraDesign on "Problem with the export messages in CSV format (french languages messages)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/problem-with-the-export-messages-in-cvs-format-french-languages-messages#post-257719</link>
			<pubDate>Fri, 17 May 2013 10:11:23 +0000</pubDate>
			<dc:creator>ScottSendraDesign</dc:creator>
			<guid isPermaLink="false">257719@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am experiencing the same problem. When I export a .csv file that includes a &#34;return&#34; in a text field, Excel reads that as a new line. Is the official solution to this to not use the textarea field for user entry of paragraphs? &#60;/p&#62;
&#60;p&#62;My research into this problem suggests that the csv file should have &#34;/n&#34; for the returns. Is this not happening? Is there a way to filter out returns in the textarea fields beforre their are exported and replace them with another character?&#60;/p&#62;
&#60;p&#62;The form is located here:&#60;br /&#62;
&#60;a href=&#34;https://achievefoundation.org/support-us-category/fundraising/honor-your-teacher-3/&#34; rel=&#34;nofollow&#34;&#62;https://achievefoundation.org/support-us-category/fundraising/honor-your-teacher-3/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ScottSendraDesign on "Returns in Textarea causing problems in csv export"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/returns-in-textarea-causing-problems-in-csv-export#post-254514</link>
			<pubDate>Wed, 15 May 2013 20:16:00 +0000</pubDate>
			<dc:creator>ScottSendraDesign</dc:creator>
			<guid isPermaLink="false">254514@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am having an issue when I import Gravity Forms csv forms into Excel. The form I created uses multiple textarea fields. If a return  is entered into a textarea, i.e more than one paragraph is added, when I import the csv data into Excel, the return is interpreted as a line break. This messes up my columns quite a bit!&#60;/p&#62;
&#60;p&#62;Is there a way of filtering for returns and replacing or deleting them? Or a way of preventing certain characters from being allowed in a textarea field?&#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Setup a testsite on local machine, but form will not save and fields are lost"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/setup-a-testsite-on-local-machine-but-form-will-not-save-and-fields-are-lost#post-250642</link>
			<pubDate>Mon, 13 May 2013 10:39:34 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">250642@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Handling via priority support.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Vayu on "Setup a testsite on local machine, but form will not save and fields are lost"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/setup-a-testsite-on-local-machine-but-form-will-not-save-and-fields-are-lost#post-242515</link>
			<pubDate>Wed, 08 May 2013 06:24:49 +0000</pubDate>
			<dc:creator>Vayu</dc:creator>
			<guid isPermaLink="false">242515@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi.&#60;br /&#62;
I have a huge form setup on this site. &#60;a href=&#34;http://forsikringsdeal.dk/&#34; rel=&#34;nofollow&#34;&#62;http://forsikringsdeal.dk/&#60;/a&#62;.  Unfortunately, you have to be logged ind to see the form.&#60;br /&#62;
We run the latest version of WP 3.5.1, but have not updated to the latest version of GravityForms.  We need to do some testing first and also we plan to make some big changes to the site, hence I have setup a copy of the site on a local machine.  The Gravityforms version we use now is 1.6.12.&#60;br /&#62;
However, I am having problems getting the form to work on the local machine.  I have exported the data with phpMyAdmin.  I have read that it can cause issues and have also installed and run the meta recovery plugin.  But still, when I try to make changes to the form, it returns with a page where I have to create a new form. I have testet it in GravityForms 1.6.12 and 1.7.2. See screenshot: &#60;a href=&#34;https://www.evernote.com/shard/s3/sh/6be961c6-40b4-416a-8dbc-1ea749a886d3/bb126703cdbbf90e2ed0ef81667a911a&#34; rel=&#34;nofollow&#34;&#62;https://www.evernote.com/shard/s3/sh/6be961c6-40b4-416a-8dbc-1ea749a886d3/bb126703cdbbf90e2ed0ef81667a911a&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The fields are not lost, so when I exit the page and go back into the form editor, the fields are back.  But it will not let me save any modifications.&#60;/p&#62;
&#60;p&#62;I need all the entries for this form, hence I cannot just export and import xml data, as this creates a new form without all the entries.&#60;/p&#62;
&#60;p&#62;Is there anything I can do to fix this?&#60;br /&#62;
It worries me a bit actually, as of right now, we don't have a functioning backup process if our site is hacked and data is lost.  I mean, we have a backup, but the backup will not get us a functioning form again.&#60;br /&#62;
Hope there is a solution.&#60;br /&#62;
Thanks&#60;br /&#62;
Vayu
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Juhlsen on "Problem with the export messages in CSV format (french languages messages)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/problem-with-the-export-messages-in-cvs-format-french-languages-messages#post-239714</link>
			<pubDate>Mon, 06 May 2013 08:07:27 +0000</pubDate>
			<dc:creator>Juhlsen</dc:creator>
			<guid isPermaLink="false">239714@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We got this problem each time we make a Gravity form and the costumer need the data.&#60;br /&#62;
Replicating the problem is easy:&#60;/p&#62;
&#60;p&#62;1. Just make a form that has various fields including one or more text fields.&#60;br /&#62;
2. Make the form 'live' on a webpage.&#60;br /&#62;
3. Now enter some data into the form from a few 'users'.&#60;br /&#62;
4. In the text input fields try to enter some multi line text with line breaks -as users often do.&#60;br /&#62;
5. Export the form data to a .csv file.&#60;/p&#62;
&#60;p&#62;If you then try to import the data into an Excel then the user data without linebreaks will import ok into each column and create a new line for each user.&#60;/p&#62;
&#60;p&#62;However whenever a text field got a linebreak within the &#34;&#34; then excel will start a new line and the data for that user gets split over one or more lines and put into the wrong columns.&#60;/p&#62;
&#60;p&#62;There are no simple solution to fix this in Excel so the data remains completely useless for the costumer. You can try to fix it manually but this is very hard when the form got data from thousands of users.&#60;/p&#62;
&#60;p&#62;One of our developers has made a routine to fix the .csv files.&#60;br /&#62;
But Gravity Forms need a build in solution if we should continue to use it - as costumers must be able to export and import into Excel them self.&#60;/p&#62;
&#60;p&#62;A simple solution would be an option to export form data with linebreaks within &#34;&#34; converted into something like &#34;&#38;lt;/br&#38;gt;&#34; or &#34;*LB*&#34; or &#34;&#124;&#34; (maybe user specified) when exported. Then it can be imported into Excel correctly and you can then replace the code in Excel with something else.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Notification Routing List Export then Import?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notification-routing-list-export-then-import#post-232250</link>
			<pubDate>Wed, 01 May 2013 12:38:45 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">232250@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There currently isn't a way to export/import such details from one form to another. You could duplicate the original form and change the fields in it to keep the notifications and confirmations.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Bruce_Alfred on "Notification Routing List Export then Import?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notification-routing-list-export-then-import#post-232233</link>
			<pubDate>Wed, 01 May 2013 12:26:43 +0000</pubDate>
			<dc:creator>Bruce_Alfred</dc:creator>
			<guid isPermaLink="false">232233@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
Is there a way to export a notifications routing list from one form to then import into another. I've got a lengthy notifications routing list, and I'd rather not have to redo it by hand.&#60;br /&#62;
Thanks,&#60;br /&#62;
Bruce
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Problem with the export messages in CSV format (french languages messages)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/problem-with-the-export-messages-in-cvs-format-french-languages-messages#post-201358</link>
			<pubDate>Mon, 08 Apr 2013 14:06:50 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">201358@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@damdo74, can you explain what is happening to you exactly?  Also, if you can post a sample of your exported CSV to pastebin.com or pastie.org, we will be happy to take a look.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
