Hello, i’d like to make a simple conditional logic action: if an upload file is filled, then hide another element. Anyway i can’t find how to do it.. i tried “is not empty” but does not work..
I can get the change event with jquery but only when i upload a file with: $(“input.quform-field-2_7”).change(function (){ .. }); but it does not works when users delete the attached file.. Any suggestion? Thanks.