Gatsby Form not working: form lives on a portal

a 404 would mean that either:

  1. you are posting to a PATH that doesn’t match the action= defined in your html form, or,
  2. we didn’t process your form and you’d need to start by solving those, following the workflow here:

That’s where you must start; we can’t start there for you, since we can’t become familiar with your source code. Once you have the form recognized (you’ll see it in the dashboard) and accepting submissions (you’re posting to the right path with the right form-name attribute), then we’ll be happy to help with debugging after that!