Issue with Netlify Form

Hi, @ancuratu. The form isn’t working because no form is detected during the deploy. There is no form detected here:

Would you please send us a link to the pure-HTML form which exists before any client-side javascript is run? I ask because the page you linked to has no HTML form:

$ curl -s https://development--curatu-marketing.netlify.app/contact-us
<!DOCTYPE html><html><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width"/><meta name="next-head-count" content="2"/><link data-next-font="size-adjust" rel="preconnect" href="/" crossorigin="anonymous"/><link rel="preload" href="/_next/static/css/8c828cd0b0f03f8d.css" as="style"/><link rel="stylesheet" href="/_next/static/css/8c828cd0b0f03f8d.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js"></script><script src="/_next/static/chunks/webpack-57ae8c6ace9cabeb.js" defer=""></script><script src="/_next/static/chunks/framework-3671d8951bf44e4e.js" defer=""></script><script src="/_next/static/chunks/main-9b44649cdcc26382.js" defer=""></script><script src="/_next/static/chunks/pages/_app-5fe8fdbd907a4637.js" defer=""></script><script src="/_next/static/chunks/1664-e9ee23751e8c842f.js" defer=""></script><script src="/_next/static/chunks/3817-ba32d2cf4d1411a5.js" defer=""></script><script src="/_next/static/chunks/pages/contact-us-b6ffa5564b42933a.js" defer=""></script><script src="/_next/static/Z2KxUYQZ987JWmqqgyfzE/_buildManifest.js" defer=""></script><script src="/_next/static/Z2KxUYQZ987JWmqqgyfzE/_ssgManifest.js" defer=""></script></head><body><div id="__next"><div id="preload" class="preload"><div class="spin"></div></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{}},"page":"/contact-us","query":{},"buildId":"Z2KxUYQZ987JWmqqgyfzE","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}</script></body></html>

There isn’t a single <form> tag anywhere. Please start here:

If nothing there helps, please send us these details:

  1. The URL for your live form as you want visitors to use it
  2. The URL of your deployed html form. In case you have a javascript form, we need to literally be linked to the html version you’ve deployed, as mentioned above (look for “pure javascript form”)
  3. The form name that you’ve set and that shows in our UI (if it shows in the UI)
  4. Any errors or logs from the Netlify build logs, dashboard or browser developer console
  5. Description of anything you have tried that did or didn’t help or make things better/worse

It is item 2 above that is missing. (the “deployed html form”). If you fix that, the form should start working.