How on earth do I create dynamic drop down select boxes for things like "available sizes or colors"
I want there to be a multiple select box on the admin side (Piece of cake) but on the front end display within a drop down the items selected by admin. I just want to have Available Sizes: [*dropdown TV Name*] in my template and that’s it.
I have a poorly done solution but I’m sure there is an easy way to do this.
There is the Quill snippet that I think can do the front end pull down (not sure). I have never had to do this before but I think I would build a snippet that would generate the combo box output from an array. Will all the options have the same menu? Or do you need different sizes/colors for each item?
You need to use a widget: HTML Generic Tag ---> Tag Name:
option
Then <select>[*yourTV*]</select>
Modx rocks!
you rock Mr. Haw! Thank you!!!!