Hi, thanks for your quick response! This already works. Instead I tried it this way, but still does not work:
jQuery(document).on(‘change’, ‘[id*=”fieldname82_”]’, function(){ jQuery(‘#fieldname171’).addClass(‘isDisabled cff-collapsed’); jQuery(‘#fieldname171’).prop(‘disabled’, true); });