Skip to main content
Nintex Community Menu Bar

Nintex Forms field doesn't show up properly (CSS issue?)

  • November 1, 2020
  • 1 reply
  • 51 views

Forum|alt.badge.img+2

I use a Nintex Form, but sometimes some fields are not shown properly. For example, in this case the Speaker field and Fixed Participants fields are broken/collapsed.

9357iB14A03AD4CBB03FD.png

It's random, when it works and when it doesn't:

9358iBE6E0C1C3B7E9F42.png

 

I tried using the custom CSS part in the Settings of Nintex Forms and tried things like:

.nf-form-input nf-section {height: 24px !important;}

 

, but it didn't change anything.

 

Any help is appreciated!

1 reply

Forum|alt.badge.img+11
  • Scholar
  • November 3, 2020

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.