I'm trying to create a form that has a section that will allow the user to choose one of 2 options, for example :
Option 1 - pulldown menu (of pre-loaded pictures on a remote server)
or
Option 2 - textbox (user may enter the filename path)
The form includes other options, but for this particular one, I want the user to either select from a pulldown list or enter the filename path themselves. If the user selects something from the pulldown list the other option should be disabled, but they can choose that option (and disable the other one) if they change their mind.
I know it should be easy but I couldn't find any help on this.