Expand and collapse option for form fields

Community Alums
Not applicable

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

find_real_file.png

9 REPLIES 9

Hi Manisha,

                 Please do the following setting:-

goto Setting=> forms=> Make the false value for Tabbed forms option

 

Hope this will help.

                find_real_file.png

 

find_real_file.png

Community Alums
Not applicable

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

Ishita Shrivast
Kilo Guru

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

Hi

Good idea! Even faster would be a checkbox on the form.

 

BR

Dirk

Community Alums
Not applicable

THank you Ishita for reply.

 

But this is not recommended to change form view .. it will not look good for user UI.