How to hide/show values in the drop down

  • 14 July 2017
  • 3 replies
  • 15 views

Badge +4

Hi Team,

Is there any code or rule to show or hide /remove or add drop down option values.

Suppose if i remove. but i am not able to add values to that drop down using script.

205628_pastedImage_1.png

Am removing this values using the following code.

NWF$('#' +LossStatus).find("option[value='0 - Not applicable']").remove();

after that how should i add.


3 replies

Badge +16

what is your underlying requirement for why you need to do this?

Badge +4

I would require to hide or show some values based on drop down selection.

Is there possible to remove or hide lookup list value in Nintex form

Userlevel 5
Badge +14

sure.

you can either

- define a source view that limits options shown in list lookup

- or make a filter based on other control or value

205794_pastedImage_1.png

Reply