Netlify form submissions not working in React web application

Hi, @osamakawish. I replied in the support ticket as well. I think the only reason it isn’t working is that the client-side javascript is using GET instead of POST to send the submission. If you make that change from GET to POST, everything else is being done correctly and it should work with that change.

1 Like