Web form error “Error: Value missing for quality feedback: template"

Hi All,

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”.

The web form fields.

The quality feedback template:

Please advice.

Thanks,
Deepak

The template filed in the Quality Feedback DocType is required.

Whether you can set a default value for this field or make this field not required.

Unable to change the “template” field as not mandatory.

  • Try setting default value
  • (Not Recommender) If you are on a local environment, then you can comment out this validation, make changes, and export it through a property setter.

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. I agree. So, basically first create a custom doctype and then proceed with the web page form building process.

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.

Sure thing. Thank you for the information @ejaaz .