<?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>Allow Section to be collapsed and Collapsed by default are now choices in the fo</title><link>https://community.appian.com/discussions/f/user-interface/3285/allow-section-to-be-collapsed-and-collapsed-by-default-are-now-choices-in-the-fo</link><description>Allow Section to be collapsed and Collapsed by default are now choices in the forms designer, but they don&amp;#39;t seem to do anything. Am I missing something? We are using Tempo only forms no SAIL so far and version 7.6... OriginalPostID-119802 OriginalPostID</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Allow Section to be collapsed and Collapsed by default are now choices in the fo</title><link>https://community.appian.com/thread/13140?ContentTypeID=1</link><pubDate>Wed, 12 Nov 2014 18:44:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:edb4da0c-1f4a-4faf-9d31-b5e97619b6d9</guid><dc:creator>mikec</dc:creator><description>Cool.  I&amp;#39;ll take a look.  Thanks!&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Allow Section to be collapsed and Collapsed by default are now choices in the fo</title><link>https://community.appian.com/thread/13120?ContentTypeID=1</link><pubDate>Wed, 12 Nov 2014 04:53:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:72785e30-1b70-4b8e-8b39-f5bfe8a8dc65</guid><dc:creator>Ray Croxon</dc:creator><description>Hi Mike,&lt;br /&gt;&lt;br /&gt;You can do this.  It is easier to show or display a section as a whole because you can wrap that into one if statement. If you wanted to show the heading this way, you&amp;#39;d need an if statement around each field . So effectively you would show the section but hide each field.&lt;br /&gt;There are a couple of better ways you could handle this. &lt;br /&gt;Firstly instead of showing nothing, when the boolean is false, you could show an empty section with just a heading (defined seperately), then show the full section for true(). &lt;br /&gt;Secondly you could turn the show hide link, into a Rich Text field that looks like a column heading, and use a link inside the a!richTextItem, function, to determine if the section is shown.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Allow Section to be collapsed and Collapsed by default are now choices in the fo</title><link>https://community.appian.com/thread/13116?ContentTypeID=1</link><pubDate>Tue, 11 Nov 2014 22:22:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:187b0051-b54a-4d7e-8c62-7b7fa0863486</guid><dc:creator>mikec</dc:creator><description>Hey Ray, this is pretty cool.  My only question to you and I tried to do this with your code; can you configure it so that the Section has a label and that the CONTENTS of the section is what is collapsed?  My use case requires that the section header be visible and the contents to be collapsed.  Like I said I tried to move around your If statement but to no avail.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Allow Section to be collapsed and Collapsed by default are now choices in the fo</title><link>https://community.appian.com/thread/13102?ContentTypeID=1</link><pubDate>Tue, 11 Nov 2014 10:31:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:54af93c9-0968-46a5-960f-31952a6dc886</guid><dc:creator>Ray Croxon</dc:creator><description>That should be ascii characters&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Allow Section to be collapsed and Collapsed by default are now choices in the fo</title><link>https://community.appian.com/thread/13081?ContentTypeID=1</link><pubDate>Mon, 10 Nov 2014 14:52:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4f847ef9-0603-46ed-a996-849d127e5c9b</guid><dc:creator>Ray Croxon</dc:creator><description>Hi Mike, I&amp;#39;ve added the code I was referring to. &lt;br /&gt;I&amp;#39;m using  a link field to set a dynamic variable in the form, this dynamic variable is used to condition what is displayed in the link field, and to show/hide the section below it.&lt;br /&gt;In my example it is set to false in the load statement, so the section is collapsed by default.&lt;br /&gt;You can of course use ask characters or images rather than text in the link.&lt;br /&gt;&lt;p&gt;&lt;a href="/cfs-filesystemfile/__key/communityserver-discussions-components-files/13/hidesectionSAIL.txt"&gt;hidesectionSAIL.txt&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Allow Section to be collapsed and Collapsed by default are now choices in the fo</title><link>https://community.appian.com/thread/13068?ContentTypeID=1</link><pubDate>Mon, 10 Nov 2014 04:16:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0957228f-8377-44f3-a50c-61d4af1177db</guid><dc:creator>Eduardo Fuentes</dc:creator><description>Just keep in mind that isCollapsible flag only determines whether the section is collapsible or not, and has nothing to do with whether the section will be collapsed by default or not; which doesn&amp;#39;t seem to be an available feature yet.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Allow Section to be collapsed and Collapsed by default are now choices in the fo</title><link>https://community.appian.com/thread/13067?ContentTypeID=1</link><pubDate>Mon, 10 Nov 2014 04:06:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4ec7d807-eafb-4ad8-9342-ad5089ad4972</guid><dc:creator>Eduardo Fuentes</dc:creator><description>Per the relaese notes of Appian 7.7 this is now available in the product &lt;a href="https://forum.appian.com/suite/help/7.7/Appian_Release_Notes.html:"&gt;forum.appian.com/.../Appian_Release_Notes.html:&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&amp;quot;Designers can now mark a SAIL section as being collapsible by an end user.&amp;quot;&lt;br /&gt;&lt;br /&gt;More information at: &lt;a href="https://forum.appian.com/suite/help/7.7/SAIL_Components.html#SectionLayout"&gt;forum.appian.com/.../SAIL_Components.html&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Allow Section to be collapsed and Collapsed by default are now choices in the fo</title><link>https://community.appian.com/thread/13050?ContentTypeID=1</link><pubDate>Fri, 07 Nov 2014 20:09:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:51be8f88-8d6a-4b75-872e-cb2077a2eed7</guid><dc:creator>mikec</dc:creator><description>Ray, can you possibly provide an example of how you accomplished this?  It would be much appreciated!!&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Allow Section to be collapsed and Collapsed by default are now choices in the fo</title><link>https://community.appian.com/thread/11455?ContentTypeID=1</link><pubDate>Thu, 21 Aug 2014 11:18:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cbf694ab-59be-4102-9f21-5377c612a63f</guid><dc:creator>Ray Croxon</dc:creator><description>This can be done as a workaround on SAIL by conditioning the display of the section based on a local variable. A link field can be used to populate that variable.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Allow Section to be collapsed and Collapsed by default are now choices in the fo</title><link>https://community.appian.com/thread/11425?ContentTypeID=1</link><pubDate>Wed, 20 Aug 2014 09:59:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:952d1e4b-5305-4f11-8fff-f47f7f751fe1</guid><dc:creator>Eduardo Fuentes</dc:creator><description>That feature is not available on Tempo Forms nor SAIL Forms. You cannot collapse sections yet.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>