Submission error. Check console. From Console: (index):165 Error: TypeError: Failed to fetch at HTMLFormElement.<anonymous> ((index):148:7)

Submission error. Check console. From Console: (index):165 Error: TypeError: Failed to fetch at HTMLFormElement. ((index):148:7)PLEASE help us help you by writing a good post!

  • We need to know your netlify site name. Example: gifted-antelope-58b104.netlify.app arc-cars-fare-calculator.netlify.app
  • DNS issues? Tell us the custom domain, tell us the error message! We can’t help if we don’t know your domain.
  • Build problems? Link or paste the FULL build log & build settings screenshot
  • Did you try Ask Netlify, our generative AI chatbot, before posting? It pulls info from Support Guides and recent solved forums posts.

The better the post - the faster the answer.

Trying to submit a netlify form but we get a submission error. We chwck console and get the following error From Console: (index):165 Error: TypeError: Failed to fetch at HTMLFormElement. ((index):148:7)](Submission error. Check console. From Console: (index):165 Error: TypeError: Failed to fetch at HTMLFormElement.<anonymous> ((index):148:7))

Any advise and support appreciated.

@ARC The alert that says “Submission error. Check console.” originates from your own code:

image

The error as you’ve found is:

image

Which is from your fetch call:

You can check the ‘network’ tab to see the request details:

image

Check the details of the Zapier URL and any required values for submission.

Thank you very much - this is helpful - I will look into this further