I have a multi-select list box. This is used for configuring what type of glass shower you want. Most of these selections can work together - but there are a few combinations that I would like to limit the user from selecting.
What is the best way to 'grey out' a selection based on already selected values in a list box?
The Multi-Select Listbox field name is Shower_Layout, with the following options:
Inline, Door Only, Door And Panel, Door + Multiple Panels, 90 Degree Return, Other Degree Return, Step Up/Notch, and Transom.
In example, if the user first selects 90 Degree Return, I would like the 'Door Only' and 'Inline' to be non-selectable. I tried with JS, but I couldn't get anything to work. I need a little kickstart, please!
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
kpcollier
I have a multi-select list box. This is used for configuring what type of glass shower you want. Most of these selections can work together - but there are a few combinations that I would like to limit the user from selecting.
What is the best way to 'grey out' a selection based on already selected values in a list box?
The Multi-Select Listbox field name is Shower_Layout, with the following options:
Inline, Door Only, Door And Panel, Door + Multiple Panels, 90 Degree Return, Other Degree Return, Step Up/Notch, and Transom.
In example, if the user first selects 90 Degree Return, I would like the 'Door Only' and 'Inline' to be non-selectable. I tried with JS, but I couldn't get anything to work. I need a little kickstart, please!
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.