Skip to main content

Dear All,


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


9773iAC3CCC55569C5039.png


Thanks in advance.

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