I have several radio buttons that have logical conditions to other radio buttons. I would like to clear/reset all radio buttons if the user makes changes to the first radio button. I added this script to Settings but it is not working: // refresh input fields jQuery(function ($) { $(‘.quform-field-3_24’).change(function () { $(‘.quform-field-3_24’).val(”).triggerHandler(‘blur’); }); });