Hey,
It’s relatively straightforward.
Just go to Online store → themes → actions → edit code
Then go to Assets → product-form.js
There you will see
this.form.addEventListener('submit', this.onSubmitHandler.bind(this));
You will need to comment this out like
//this.form.addEventListener('submit', this.onSubmitHandler.bind(this));
Cheers!