Conditional Statements

Hello All,

I am having an issue with conditionals using drop down inputs. I have two drop down inputs (Machine_Type and Machine_Application). Based on the machine type, the options within the machine application change.

Also, if one machine type is selected, the cubic feet becomes available.

How can I accomplish this within the conditional statement?

Thanks for any assistance!!

I think you have to do it the hard way. Uncheck item visible on page load, then put a condition in that makes it visible when the right conditions are met.

How is your data structured? Multiple tables?

@TechieInAK I have three tables currently. Users, customers and machines.