I want to sell a digital product with ERPNext and Webshop. The customer is required to fill out several input fields on the product page before putting the product in the shopping cart.
I don’t have much experience with Frappe yet.
What’s the best way to do it?
I could create a web form. Then overwrite the template for the product page and display the form in it. Then save the form data with JS. As far as the theory goes.
Frappe is a low code platform. Is there a more elegant way?