HI folks - I’m a relative newbie and my web development skillset is limited. I am using the Uploadcare Webflow Widget in a Webflow form. When the form is submitted, a Zap connects to a custom API to pass the form data. This is working fine in its basic form and I can get to the uploaded files as well.
What I need now is to populate two hidden fields in the form, say file1 and file2, with the local names of the two files the user selected, say fileA.jpg and fileB.pdf, that were uploaded by the Uploadcare widget. This is so I know how to handle the two files in the custom API.
I’m under some pressure on this and would appreciate some sample code rather than a reference to documentation (which I’m definitely trying to learn for future use, but right now, I just need to “get there” on this task).
Your help appreciated!