Various issues with netlify forms

@benomatis Is Gatsby actually creating a static version of the form that can be parsed by the Netlify build process?

If the form is only being injected into the page at runtime by Gatsby operating as a SPA (Single Page Application), then the form won’t be getting seen/processed.

See:

You could verify by doing a local build and then searching your output files to see if the form exists as plain html.