Hello
When I place a captcha field onto my form my question event that governs the visibility of my hidden fields stops working.
I have a radiobutton group that allows for one of three values. Each value has a question event tied to it. Each event shows (or does not show) some hidden fields. The event works perfectly but when I add a captcha security field (regardless of location on the form) the fields do not show after I sleect a value in my radio button group. When I select a value in the radio group all I get is a postback and a new captcha image but no previously hidden fields.
Any ideas?