Hi, @hytea. I’ve replied to your support ticket about this as well.
The issue is that there is no static HTML version of the form with the required fields. This is one of the requirements for the form handler to be created.
If you create a static HTML version of the form somewhere and include that HTML file in the publish directory, the form handler will be updated to include all fields defined in that <form> tag and the form submission will work correctly.
If that doesn’t resolve the issue or if there are any other questions, please feel free to reply here or to the support ticket - whichever you prefer.
Yes, even though the React JSX form worked to submit the form data, which came from text inputs, to netlify, it didn’t work to submit files, specifically images. When I put the form directly in the index.html file the image was submitted correctly.