18
Views
2
Comments
Combo box

Hello,


I would like to link three Combo Boxes and achieve the following:


1.  If I select an item in Combo Box A,  I don't want to display the same option in Combo Box B.

2.  If I select an item in Combo Box B, it should automatically disable the same option in Combo Box C.


How do I do this ?(Traditional web)

2025-06-28 01-52-12
Marco Mateo

Hi Vamsi,

You can set the On Change event of Combo Box B to automatically change the value of Combo Box C or to change the options in other combo box :) 

Regards

2020-11-13 07-48-15
Khuong Truong

Hi Vamsi,

Please take a look at my .oml for example.

Regards,

Khuong

Combobox2.oml
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.