I’ve created a multi-step form. In the final step the form displays the data that the user entered into the form. I copy the input values with jQuery, but I don’t get the data of upload fields/ images. How is it stored?
Are the images already temporarily uploaded? Because the spinner, when I click “next” looks like the images are getting uploaded.
jQuery for input fields look like this: $(‘.quform-confirm-field-2_9’).text($(‘.quform-field-2_9’).val()); This doesn’t work for image uploads.
Unfortunately, the code only works for simple image uploads. How do I need to adjust the code for multiple image uploads? In my case, it needs to support uploading a maximum of 8 files.