Non Submit Buttons Submitting Forms

I know this has been covered before because I remember replying to it.

I have a form that has two buttons, one is a submit and the other is just a button. When clicking on the non-submit button the form still submits. I have updated everything to 4.4.5.

What was the fix for that?

1 Like

Thank you @bpj!

Hmmm, I can’t get it to recreate the file. I have tried removing App Connect from the page and adding it again as suggested. Any other ideas?

I just removed app connect from the page (not project frameworks) and added it again. It recreated the dmxAppConnect.js file

I just ended up redesigning the form so that the button is no longer in the form. Not ideal but at least I have a working project again.

Thanks for your help, Ben!

1 Like

You can just add type=“button” to the button to stop it submitting

1 Like

Dang, wish I had known that before I redid the design. :wink:

:beers:

1 Like