I’m getting an error “Error: Value missing for quality feedback: template” while trying to submit a web form which is linked with a “quality feedback”.
I am using frappe cloud based erpnext. I believe I have to build a new custom form before building a web page. I don’t think we can add custom fields in the web page builder. I followed this frappe tutorial to build my web form - https://www.youtube.com/watch?v=tMfu0ifN-9A
If you want to add custom fields to your web form, you must first add them to your DocType. You can add custom fields from the Custom Fields DocType or by customizing the Doctype.
Yes, you can also do this if you don’t want to add a custom field in an existing doctype, but make sure to export your custom doctype changes; else, you will lose your changes while updating your site. You can save it in your custom app.