This is my first time here, and I kinda feel like a sapling in the redwood forest, but maybe someone would stoop low enough to help me out. I have successfully passed variables from a form input type="text" to a function, but when I try to pass input type="radio" to a function it returns 'undefined' and when I try to pass a <select> option, it returns 'null'. Is there some way I can get my function to read these form types?