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 contains all of the fields that need to be validated but after that, you get a separate alert for each validation error with "Validation Failed" as the alert title. e.g. <cfform format="flash" height="300" width="300"> <cfinput type="radio" name="one" value="1" required="yes" message="Please select"> <cfinput type="radio" name="one" value="2"> <cfinput type="submit" name="submit"> </cfform> Is there a way to have one alert only with the user defined error message for each input element? Thanks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210181 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

