I have a file upload field called ‘FileUpload’ in a form called ‘Dover Group Activities Recording’ which is mandatory. Despite this, in many of the result submissions this field is returning empty. I have also been given feedback from users that this field is empty when they go back to the submission, despite them having submitted jpg photos in the field. Please could you assist?
This problem is also occurring in the other forms I have with the suffix ‘Group Activities Recording’ (the FileUpload field is linked).
Its possible that the form was submitted even the upload was still ongoing or so. What I can advise is to add a rule that disables the button until the upload is complete and has contents.
@annagraham Jumping in here - i believe the issue is that we dont currently force the user to wait on step submission until the file finishes loading. This is for performance reasons, and we warn the user they have data that’s unsaved if they try to leave before the file finishes uploading. However, it’s possible for them to still force their way out right now. We could add a toggle to allow you to force the user to wait on that step until the file upload finishes. This will impact UX but guarantee file gets saved before the user can progress. Is this something you’re interested in exploring?
Hi @peter, thank you for this suggestion. Yes, this would be something we could be open to. I will wait a day or two to see if @Kenny 's suggestion works and get back to you if not.