I am trying to build out this page with a form and as you can see, there are multiple areas where I need to have the ability to upload different files and images. The problem I am experiencing is that, these different “upload file” components seem to be connected to each other and when I upload on one of them, it uploads to all of them and then displays the upload to all of them. What can I do to fix this?
Any help from anyone?
You need to save the uploads in a variable. When you repeat elements, they lose their state. Alternatively, wrap the element in a reusable component
Would be able to give me a bit more detail as I’m not sure I completely understand your suggestion. I would truly appreciate the clarification.