:o Hello, I am using CFForm and CFInput to construct a rather simple form.
However, the javascript that I am using in the onvalidate event of one of my
CFInput tags does not recognize the name of the array that I have set up
containing three radio buttons all named grpAccept. The funny thing is, that
when I click on the submit button and the action form takes over, the form
field grpAccept is valid according to a <CFDump> that I am doing. The
javascript validation occurs in the form prior to being submitted and the
action form taking over. If I do a <CFDump> in the form where the three radio
buttons are, I get an error stating ELEMENT GRPACCEPT is not ...... I do not
know what I am doing wrong. Any help would be greatly appreciated.

Tim