How to hide a specific radio button by value using CSS

  • 26 September 2018
  • 2 replies
  • 17 views

Badge +3

I need to hide the first radio button in a series of controls by the radio button's value. I could do it by javascript as well, if it is simpler, but I am not a developer.

The attached images show:

  1. The HTML of the first form control which contains the radio button to be hidden.
  2. The design view of the four sections that need the first radio button (Pending) to be hidden.

The "Pending" option had to be added to the choice column because for some reason, my Nintex workflow suddenly stopped allowing me to compare empty columns. Adding this value allowed me to compare columns with the value "Pending" in them instead of a null value and everything worked fine after that. However, the customer doesn't want to see "Pending" in the available choices, so I need to hide it.


2 replies

Badge +9
[data-controlname=AffiliateRecommendation] [data-nfchoicevalue=Pending]  { visibility: hidden; }
Userlevel 1
Badge +5

Hi Chris,

You can add rule to hide this control.

Regards,

Reva

Reply