Web Forms- I

Поділитися
Вставка
  • Опубліковано 18 вер 2024

КОМЕНТАРІ • 4

  • @sopariwalamo.faizan7267
    @sopariwalamo.faizan7267 2 місяці тому

    s any thing wrong in my code :
    frappe.ready(function () {
    frappe.web_form.after_load = () => {
    frappe.msgprint("please fill the form and submit it.");
    console.log("web form loaded");
    };
    });
    it is not working

  • @KiranmaiMachavarapu
    @KiranmaiMachavarapu 8 місяців тому

    iam using version 15 ........in my system iam not getting the web-form.js file..........help me

  • @abdelrahmanelkady1418
    @abdelrahmanelkady1418 7 місяців тому

    is any thing wrong in my code :
    frappe.ready(function () {
    frappe.web_form.after_load = () => {
    frappe.msgprint("please fill the form and submit it.");
    console.log("web form loaded");
    };
    });