Form submissions to third-party service with native interactions

Thank you so much for helping with this!

I’m now getting a successful form submission, but for some reason the file is not coming through.

Before trying your script, I was only using this line for the upload field:

<input class="form-field" type="file" id="Multi-Upload" name="attachments[]" multiple>

It was submitting fine, but I was only seeing the name of the uploaded file in basin, not the actual file:

Screen Shot 2020-04-23 at 12.52.41 PM

Now, with your script I’m not seeing the “Attachments” field at all. Why do you think that is? Should I be giving that field a specific ID? I’ve been scratching my head about this for a few weeks now. Reached out for Basin for help too…

My site for reference