Skip to main content
Nintex Community Menu Bar

How to hide control text in nintex forms

  • December 27, 2020
  • 1 reply
  • 14 views

Forum|alt.badge.img+5

Dear All,

I want to hide control text in forms, display only radio buttons without numbers.

9773iAC3CCC55569C5039.png

Thanks in advance.

1 reply

Michel
Nintex Partner
Forum|alt.badge.img+7
  • Nintex Partner
  • December 29, 2020

Hi,

This post might help you out if you are using the classic forms. Set the display to none instead of inherit; Solved: Choice control formatting in Nintex Forms - Nintex Community

 

.nf-filler-control-inner label {

     display: none;

}