Skip to main content

Afternoon


 


I have a form with some fields which are hidden unless you tick the Line Manager fields checkbox, which is fine, but this leaves a HUGE blank space. How can I get rid of this space but have the room for the fields to appear if Line Manager fields is ticked?


 


Thanks in advance!


 


9693iAA115D1E6C09C191.png

@Sutekh I had a similar issue, in my case was fixed when I placed the control inside a panel. By adding a Panel to my form and I placed all of the controls inside the panel, the rule executed and the layout behaved as expected.


Always apply rules on one control .
What I mean is if you need to hide 4 controls, then put those 4 controls in a panel and hide the panel.
You can also have blanks if your controls overlap.
Please check also that the panel you are trying to hide is in "resize = true".


Reply