I have 10 possible wordy character responses for field2, each of which are based on the user input in field1.
Example: if the user enters 1 in field1, I want abc1 to populate field2, if 2 is entered in field2, abc2 populates field2, etc. I don't want the user to be able to change the two independently.
Is there a way to do this?