05/14/2015 at 9:29 am
#334230
Keymaster
@ Rocky
You need to add a bit of javascript to the slim-plus.js and slim-plus.min.js` file. This SO page shows basically what you need to do:
http://stackoverflow.com/questions/18564205/html-submit-form-on-radio-button-check
The code should be (I think) this:
$('#slim-plus input[name="cn-cat"]').change(function(){
$('#cn-slim-plus .cn-form').submit();
});
