Hello, I would like my form not to select FILE_VALUE, but even using .not () it still returns a form with FILE_VALUE.
var $form = $("#frmParcelas");
var formSemCampoValor = $form.not('#CAMPO_VALOR');
console.log(formSemCampoValor);
Thank you in advance for the help.