I'm getting close to finding a way to give a boolean result if the
"other" checkbox is selected (id chkStatus5)... still not working
though

referrerother: {
                                        required: function(element){
                                                 
$('#referrer-chkStatus5').is(':checked');
                                        },
                                        minlength: 1
                        }

Reply via email to