for now i have method:
let newFormData = {
productName: this.productName,
productModel: this.productModel,
prodDescription: this.prodDescription,
prodPrice: this.prodPrice,
promoPrice: this.promoPrice
};
console.log(newFormData);
e.target.reset();
},
and i want to send this form data to file, and save it as a variable in json