Hi guys!
We created a form which has several mandatory fields and one button "Submit". We embed it in our website.
If I try to submit the form without filling in all the fields, I can see a warning, that there's a mandatory field, which leads me to a thought that "Submit" button partially works. But as soon as the form is filled in completely, I click on the button and nothing happens.
I opened devTools and see the following message:
DevTools failed to load source map: Could not load content for https://..... HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
Does anyone know how to fix it?