I have a Flash CFForm that contains some radio buttons that I want to validate.
I have specified the radio buttons as required and entered an error message but
when you try and submit the form you get multiple alert boxes coming up. The
first one has all of the fields that need to be filled in but after that you
can a separate alert for each validation error with ?Validation Failed? as the
alert title. Is there a way to have one alert only with the user defined error
message for each input element?

Thanks