Hi @anandkerai1212 ,
Step 1: Go to Online store > Themes > Actions > Edit code. -
Step 2: Go to Assets >product-form.js and find this code
this.form.addEventListener('submit', this.onSubmitHandler.bind(this));
comment this code like this
/* this.form.addEventListener('submit', this.onSubmitHandler.bind(this)); */
Thanks!