I have 2 fields, both with 1 of 3 values given to each of them. So I've got 9 total possible combinations.
Let's assume field A has a value of "one" and field B has a value of "red"
Is there a way to pass that new data to a field? i.e., One + Red = Alpha. One + Green = Bravo.
I need to either dynamically populate the next field with "Alpha", or have a dropdown (or radio buttons) and have Alpha get selected based on the 2 prior inputs.
There's got to be a fairly simple way?