Expand and collapse option for form fields
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2020 02:03 AM
I want to add expand and collapse option for user for hiding and showing multiple fields on the form.
As below basic info added as annotation with this can we add expand option so "first and last name will shown" and if collapse then they will hide
- Labels:
-
User Interface (UI)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2020 05:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2020 11:54 PM
I really appreciate your help.
But already i have mentioned that , we can not used "tabbed forms" as we do not need that expand n collapse option for all tab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2020 07:56 PM
Hi Manisha,
- Create a dropdown field of Choice type with choices as "Expand" and "Collapse".
- Then create UI Policy of type onChange and keeping the "Reverse If False" true.
- Give the condition as "Dropdown Field" is "Expand".
- Then create UI Policy action for "First Name" and "Last Name" fields as visible true.
If it helps and resolves your query, please mark it as helpful and correct.
Thanks and Regards,
Ishita Shrivastava

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2020 10:57 PM
Hi
Good idea! Even faster would be a checkbox on the form.
BR
Dirk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2020 02:25 AM
THank you Ishita for reply.
But this is not recommended to change form view .. it will not look good for user UI.