Frappe.web_form.after_load Is Not Working In WebForm

frappe.ready(async function() {
frappe.web_form.after_load = () => {
console.log(‘hello’);
}
});

My above code is not working in Webform js file.

Hi @Sufyan_Sadiq,

I am not familiar with the webform script, but if you haven’t checked, please refer to the documentation for assistance.

Thank You!