Hello all, I swear I posted this yesterday morning but do not see my post in the forum or in "My Activity".
I'd like to conditionally filter options from a radio button. The set up is that I have a primary radio selection, and based on the option selected in radio1, radio2's options are filtered by if there are any of those options still available.
If the specific combination of Radio1's option and Radio2's option are out of stock, then filter that radio (or grey out) that Radio2 option as being available.
That condition will apply to each Radio2 option for each Radio1 option selected. I can do this with an If statement one at a time, but haven't figured out how to do it across multiple options.
Is this possible? This is for a sign up sheet but it's basically a order picker. I can't find my answer but I may not be using the correct keywords in my searching.