How to auto populate a field based on the selection in a drop down box
I have created a form, which is nearly complete. The only thing I have left, that I'm not sure how to do is this:
If the selection in the [Program] dropdown box is "Biology",
then the field [Address] should be "303 McKinley Hall",
field [Phone] should be "(800) 238-4732", and
field [Email] should be "Biology@itsu.edu".
I can't seem to get the code right to automatically populate the Address, Phone, and Email fields based on the option chosen in [Program]. I'm probably over looking something very simple.
