<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Cloud backend input -&gt;  textarea : how to keep line-breaks?]]></title><description><![CDATA[<p dir="auto">Seems line-breaks are automatically removed, any way to keep them?</p>
]]></description><link>https://community.appdrag.com/topic/355/cloud-backend-input-textarea-how-to-keep-line-breaks</link><generator>RSS for Node</generator><lastBuildDate>Wed, 20 May 2026 20:03:14 GMT</lastBuildDate><atom:link href="https://community.appdrag.com/topic/355.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 11 Sep 2020 07:41:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Cloud backend input -&gt;  textarea : how to keep line-breaks? on Sun, 13 Sep 2020 09:17:30 GMT]]></title><description><![CDATA[<p dir="auto">Hey Thomas</p>
<p dir="auto">At client side you could encode them, if you are using a cloud backend action, in the mapping you can choose FORMULA instead of FIELD<br />
and then type a formula like this:</p>
<pre><code>$("input[name='YourInputName']").val().replace(/\n/g, "&lt;br/&gt;")
</code></pre>
]]></description><link>https://community.appdrag.com/post/1356</link><guid isPermaLink="true">https://community.appdrag.com/post/1356</guid><dc:creator><![CDATA[Joseph Benguira]]></dc:creator><pubDate>Sun, 13 Sep 2020 09:17:30 GMT</pubDate></item></channel></rss>