Dynamically Show/Hide Fields in a Form

  • 14 March 2018
  • 1 reply
  • 14 views

Badge +4

I have a form where the user can select whether a project is managed by our Project Management org or not. If the drop down field is set to 'Yes', a panel should display below the field and have a few additional fields for the user to fill out. By default this panel is hidden. 

I have it working that the Panel will show, but it isn't very dynamic. The user can select 'Yes', but they have to save/submit the form, close and reopen the form to see the panel. Is there a better way to get this to work? This will definitely hinder performance and cause my users to stay away from this form.


1 reply

Userlevel 5
Badge +14

it looks like you based panel hidding rule's formula on list field value (Item properties tab in formula builder).

you should rather base it on form control's value (Named controls tab in formula builder)

Reply