I’m working on Tooltip for frappe. I added the following two fields:
- tooltip - text- (used to store tooltip text)
-tooltiplink - data- (used to store the web link for right documentation for more help)
I added those fields to : DocType DocField , and DocType Customize Form Field
The ones I added to DocType DocField have no problem, they show up when customize the DocTypes and save their values. However, the ones I added to DocType Customize Form Field they show up when I try to customize forms but they won’t safe their values?
any idea?