Hey,
I would like my users to have a reference table for a legal asset on the Internet.
Other than using a button with a:
frappe.ui.form.on('Doctype_name, {
open_url_btn(frm) {
const URL = 'https://some.url/specigfic.html'; // or whatevere
window.open(URL, '_blank').focus();
}
});
Is there anyway to add a “link-like” looking note or “Heading”?