I am trying to add an input object of type file. When I set the target to "File System" on the Input tab, the upload field does not show. I get the following error in developers console:
Code: Select all
Uncaught SyntaxError: Failed to execute 'appendChild' on 'Node': Invalid or unexpected token
at m (jquery-3.7.1.min.js?ts=1:2:880)
at $e (jquery-3.7.1.min.js?ts=1:2:46274)
at ce.fn.init.append (jquery-3.7.1.min.js?ts=1:2:47633)
at ce.fn.init.<anonymous> (jquery-3.7.1.min.js?ts=1:2:48729)
at M (jquery-3.7.1.min.js?ts=1:2:29497)
at ce.fn.init.html (jquery-3.7.1.min.js?ts=1:2:48405)
at nuINPUTfileFileSystem (nuform.js?ts=20250424065604:1179:27)
at Object.nuINPUT (nuform.js?ts=20250424065604:1497:3)
at nuBuildEditObjects (nuform.js?ts=20250424065604:948:37)
at nuBuildForm (nuform.js?ts=20250424065604:116:3)
Nadir Latif