Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
10 replies
Subscribers
7 subscribers
Views
5588 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
Allow Section to be collapsed and Collapsed by default are now choices in the fo
joep45
over 10 years ago
Allow Section to be collapsed and Collapsed by default are now choices in the forms designer, but they don'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-119802
Discussion posts and replies are publicly visible
Parents
0
Ray Croxon
Appian Employee
over 10 years ago
Hi Mike,
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'd need an if statement around each field . So effectively you would show the section but hide each field.
There are a couple of better ways you could handle this.
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().
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.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Ray Croxon
Appian Employee
over 10 years ago
Hi Mike,
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'd need an if statement around each field . So effectively you would show the section but hide each field.
There are a couple of better ways you could handle this.
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().
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.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data