How do I configure a form to save document uploads to a specific database table using the Document Editor?
Set the form’s Type property to ‘Form’, enter a table name (e.g., DE_FILE_UPLOAD) in the Table Name field, and ensure the form is built with Free Form layout. Records submitted via the form will then be saved directly to that SQL table.