frappe.web_form.after_load =() =>{
frappe.msgprint(‘Please fill all values carefully’);
}
I have created a web form and now starting to write some custom script.
Ideally the above piece of code should print message as soon as the form is loaded, but it does not.
What I get in console is as follows