I am going to implement it replacing Google Forms, as it is an excellent option which allows attachments.
At the time of taking Demo of functionality of created document, it didn’t allow to attach and came up with dialogue box Please save the document before uploading.
I am wondering why system do not allow to attach a document before saving it?
I want to collect some data at the time of saving a document.
I’m not positive, but I think the reason is that ERPNext doesn’t write info to the database until a document is saved. Since the uploaded files are saved in a different place and need to reference the document, it needs to be saved first to generate a document ID that the file can reference.