I have found the code example to populate a “Select” list from another “Select” list and it runs like a hot knife through cold butter…. I am curious to know if I can do the same using a “Radio” (button).
on one of my forms I have a radio button with two options “Metric” and “Imperial”, I would like to populate the “Select” list based on this “Radio” choice.
This would dramatically reduce the dependency on using “Conditionals” that can bog down the system by having duplicate images that could be used for both instances.
PS. If the conditionals had an “Else” statement it would probably help, but they do not.