How to hide control text in nintex forms

  • 27 December 2020
  • 1 reply
  • 5 views

Badge +5

Dear All,

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

9773iAC3CCC55569C5039.png

Thanks in advance.


1 reply

Badge +7

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;

}

Reply