I have created a field called “article_name_and_author” and I am saving it by using “before_save(self)”. The value is saved in the database but not displayed on the front end.
For reference, I am following the “Library Management Tutorial” provided by the Frappe framework.
before_save(self)
Value saved in DB
Saved value being displayed on the form
Value is not being displayed on the page view