<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Add page break to confirmation message</title><link>https://community.appian.com/discussions/f/user-interface/10790/add-page-break-to-confirmation-message</link><description>I want to add an extra row for spacing in my confirmation message on my button. I&amp;#39;ve tried using char(13) to add page breaks but that is not working for me. Is there a way to do this? 
 This is what I want the confirmation message to look like: 
 Removing</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Add page break to confirmation message</title><link>https://community.appian.com/thread/91259?ContentTypeID=1</link><pubDate>Fri, 18 Feb 2022 14:45:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c95451be-850b-4daf-bd84-6161d5ea8e92</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;Interesting workaround - it does appear to work for all intents and purposes.&amp;nbsp; Since it&amp;#39;s essentially filling the first line with enough blank spaces at the end to cause it to wrap around (no matter how short it is), it makes me curious whether it might render weirdly under different conditions / corner cases / etc.&amp;nbsp; Like narrow interfaces, mobile, etc.&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/13/pastedimage1645195537427v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Add page break to confirmation message</title><link>https://community.appian.com/thread/91249?ContentTypeID=1</link><pubDate>Fri, 18 Feb 2022 06:25:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c14b0ea3-894c-4529-80e6-92afebe6fd78</guid><dc:creator>dastagirid756</dc:creator><description>&lt;p&gt;&lt;span&gt;confirmMessage: padright(&amp;quot;This is line First line.&amp;quot;, 130) &amp;amp; &amp;quot;This is line second new line .&amp;quot;,&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Add page break to confirmation message</title><link>https://community.appian.com/thread/47439?ContentTypeID=1</link><pubDate>Tue, 08 Aug 2017 15:06:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:44932749-67c0-4e35-8365-fe4b0cf4e8a7</guid><dc:creator>Mike Schmitt</dc:creator><description>HTML will render as plaintext in a SAIL form.  So the user would just see a confirmation message like &amp;quot;Line1&amp;lt;br&amp;gt;Line2&amp;quot;.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Add page break to confirmation message</title><link>https://community.appian.com/thread/47438?ContentTypeID=1</link><pubDate>Tue, 08 Aug 2017 14:45:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1b863f8b-fc11-44c2-9bf6-6531e888138e</guid><dc:creator>siddardhas</dc:creator><description>I doubt if this will work but can you give a shot with string &amp;lt;br&amp;gt; like in HTML??&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Add page break to confirmation message</title><link>https://community.appian.com/thread/47130?ContentTypeID=1</link><pubDate>Thu, 27 Jul 2017 13:31:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bb82d9f0-0b31-4949-b5d6-16131dea88c4</guid><dc:creator>danak451</dc:creator><description>Thank you, I switched it char(10) and still no luck.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Add page break to confirmation message</title><link>https://community.appian.com/thread/47129?ContentTypeID=1</link><pubDate>Thu, 27 Jul 2017 13:31:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4737f4ff-b271-4123-b565-7c062e73b5fb</guid><dc:creator>danak451</dc:creator><description>Thank you for the recommendation. I tried this and it works when testing the rule but not when added to the interface.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Add page break to confirmation message</title><link>https://community.appian.com/thread/47110?ContentTypeID=1</link><pubDate>Wed, 26 Jul 2017 19:56:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2eab6f8c-82aa-414d-bee2-7568d3da864a</guid><dc:creator>mukeshm298895</dc:creator><description>Can you please  try like create a simple rule inside which u store the value whatever u want and inside which you can use the char(10) functions..... After that in confirmationMessgae component simply call that rule ...It may work ...&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Add page break to confirmation message</title><link>https://community.appian.com/thread/47109?ContentTypeID=1</link><pubDate>Wed, 26 Jul 2017 19:47:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bb4f1bd6-7153-4364-bef9-dfbc2e96509a</guid><dc:creator>Mike Schmitt</dc:creator><description>The best character to use for linebreaks in SAIL is char(10), not char(13), as char(13) is sometimes ignored.&lt;br /&gt;
&lt;br /&gt;
That being said, certain component properties (instructions, confirmation messages, and various others) ignore linebreaks as far as I know - at the moment I don&amp;#39;t believe there&amp;#39;s any workaround to that.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>