Cant get form on 2nd branch deployed site to work

Hi

I have two branches that have different forms.

  1. https://d-mamih--okdrafts.netlify.app/
  2. https://d-ecendacph--okdrafts.netlify.app/

The form on the first site is working fine, but the form on the second site only gets empty submissions and I cant find out why.

The submissions are sent to the Netlify Form backend for both, but for the Ecenda site they are just all empty/null.

See screenshot

The page you’ve linked just has a newsletter form. Is that the form you’re asking about? Furthermore, there’s an error about submit event not being attached:

Thanks for the quick response. The form that I was asking for was the one with id=ecenda-signup-form.
I had forgotten about the main.js script file, it could be that or some typos in the HTML form itself that had caused the issue. But now I have cleaned it up again and both forms are working as expected with netlify handling.
Thanks