Have a basic landing page here:
https://5f02260a57047e0007af8d42--loving-turing-a3e64d.netlify.app/
with a super simple from.
When using alpine js to validate the form, netlify stops detecting it at all in the build process.
If I remove the @submit.prevent="signupForm()"
it works fine but I don’t see why that would be the case. The from is in the html, not js rendered.
I’ve been through the troubleshooting post and the form seems to be correct.
Any ideas?
Thanks