Forms Javascript help : I want drop down result to fill Text box with a certain text
Hi, I'm very new at creating Javascript.
I have a drop down selection that goes from numbers 1 to 6.
If the user selects number 1 in the drop-down, I want a Text field box to say a specific text.
To make it easier lets say:
Drop down says 1, Text field says A
Drop down says 2, Text Says B
Dropdown say 3, text says C
It sounds easy but I can't figure it out!