Radio button clicks are not triggering ajax

Hi. I have a yes no radio button , set to 2 columns so they are side by side - clicking Yes or No does not trigger an ajax event.

When I change to a select, the ajax is triggered.

Help!

To create ajax event on radio buttons, use OnClick, instead of OnChange.

1 Like