I have a long form with many pages, and several pages ask for photos to be uploaded. The idea is to have this always be used on a mobile device, and file uploads can take a very long time depending on cellular connectivity conditions.
Is there a way to have the photos be uploaded in the background and let the user continue filling out the form?
Hello
For improveing the user experience on mobile device forms requiring photo uploads. This allows users to continue filling out the form without waiting for uploads to complete. you can Use JavaScript functions to manage file uploads.
Where can I find a tutorial or some sample code to do this? I am not the strongest with javascript.
Mozilla website provide best tutorial for JavaScript
Where can I find a tutorial or some sample code to do this? I am not the strongest with javascript.
Formidable uses dropzone.js as the driver for the upload field. You can check the dropzone.js configuration options to see if there's a setting that can help you. https://docs.dropzone.dev/configuration/basics/configuration-options
Please login or Register to submit your answer