Radio Buttons, Check Boxes and import Data
Hi, I have a form that is autofilled by importing data from a text file.
Problem #1:
I have a radio button with 3 options as well as an "Other" option with a textfield. The value of the radio buttons are "A", "B", "C", "Other". If the data imported has a value that is not "A, B, or C", I want the "Other" radio button to be selected and the value to be autofilled into the textfield. How do I go about scripting this scenerio? I'm not well versed in JavaScript. I have a hidden textfield that I'm thinking it could hold the script, but I don't know where to begin.

Problem #2:
The form has check boxes for the months of the year....Jan, Feb, March, etc. There can be multiple months selected. The column in the text file is called "Skip Month" and an example of the value from the "Skip Month" column is "Jan/Feb". The check box field names are "Jan", "Feb", "March", etc. and the export values are "On".
How do I use the data from the text file ("Skip Month" and "Jan/Feb") to make it so the appropriate check boxes are selected? In this case, "Jan" and "Feb" - as shown below.
