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

		<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>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>Richard Vav on "Width of Paragraph Text"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/width-of-paragraph-text#post-239308</link>
			<pubDate>Mon, 06 May 2013 02:26:06 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">239308@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The size setting for the textarea field actually only adjusts the height, not the width, so to reduce it's width to match your other fields you can add the following towards the bottom of your themes style.css file&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper textarea {
    width: 47% !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Richard&#60;br /&#62;
--&#60;br /&#62;
Just another member of the community helping out where I can
&#60;/p&#62;</description>
		</item>
		<item>
			<title>simonefitzy on "Width of Paragraph Text"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/width-of-paragraph-text#post-239198</link>
			<pubDate>Mon, 06 May 2013 00:53:19 +0000</pubDate>
			<dc:creator>simonefitzy</dc:creator>
			<guid isPermaLink="false">239198@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://www.papersprinkles.com.au/contact/&#34; rel=&#34;nofollow&#34;&#62;http://www.papersprinkles.com.au/contact/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I have a problem with the 'Message' (paragraph text) input box being the full width - I have changed the settings for it to be a Medium size, but it didn't reduce the size - it still appears to be the large size.  &#60;/p&#62;
&#60;p&#62;The other fields are all Medium size and appearing as I need them to.&#60;/p&#62;
&#60;p&#62;Any suggestions?  Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>yogini on "change font size for forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-font-size-for-forms#post-224815</link>
			<pubDate>Fri, 26 Apr 2013 01:32:13 +0000</pubDate>
			<dc:creator>yogini</dc:creator>
			<guid isPermaLink="false">224815@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok so I was able to figure out how to do a global text input increase from the gravity forms FAQs.&#60;/p&#62;
&#60;p&#62;The only issue now is how to do that for the text input in my contact form widget??&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>yogini on "change font size for forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-font-size-for-forms#post-224749</link>
			<pubDate>Fri, 26 Apr 2013 00:32:22 +0000</pubDate>
			<dc:creator>yogini</dc:creator>
			<guid isPermaLink="false">224749@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Did I need to cut and paste this into my gravity forms plugin styles sheets (if so, which one?) as opposed to the style.css sheet for my theme in general? Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>yogini on "change font size for forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-font-size-for-forms#post-224744</link>
			<pubDate>Fri, 26 Apr 2013 00:24:36 +0000</pubDate>
			<dc:creator>yogini</dc:creator>
			<guid isPermaLink="false">224744@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks! Copied and pasted as you said but it didn't seem to increase the font at all for any part of my forms...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "change font size for forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/change-font-size-for-forms#post-221282</link>
			<pubDate>Tue, 23 Apr 2013 17:23:50 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">221282@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You're welcome, that's correct, just copy to your style.css and customise to suit your needs.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
