62. Web Form - Working with web form - Frappe ERPNext

Поделиться
HTML-код
  • Опубликовано: 9 ноя 2024

Комментарии • 13

  • @abumeqdadmohammed5158
    @abumeqdadmohammed5158 2 года назад +1

    Great job!
    Please keep it up

  • @patelmilan
    @patelmilan 2 года назад

    I request you to make video on two concept
    1) After saving data in doctype how we can again redirect to that new form for entering data(information)
    2) How we can change the listview size for Eg. I have subject field in which i have written long text but we are only able to see some what i need to see whole. If its not able to show in first line then it will show continue from second line like a paragraph.
    #BigFAN #frappeframeworkchannel #nicework

  • @rajeshmbr9554
    @rajeshmbr9554 3 года назад

    Hi ,
    Can you share videos of Deploy the Frappe and ERPNext with Docker and Kubernetes?

  • @adarshsynergy6413
    @adarshsynergy6413 2 года назад

    Hi Ghorz Ace i have a webform where phone number is unique and mandatory I want to update the user details
    using the rest API provided by frappe on second time submission of data using same phone number it says phone number must be unique it's not letting me to update the record what approach can be followed please help me

  • @ramkimarichamy6347
    @ramkimarichamy6347 Год назад

    How to script in client side for success message? I want to change the success message by selecting options. Please help

  • @patelmilan
    @patelmilan Год назад

    adter submiting web form how to get registration number or we can say your web form application no is 1234 like this.

  • @RamkiMarichamy
    @RamkiMarichamy Год назад

    Hi bro. In webform edit page can we set the fields read only i want to allow user to edit form_name only. In webform user can enter, in edit webform user cant edit all fields how to do?

  • @arunadevraj9743
    @arunadevraj9743 7 месяцев назад

    How to provide preview?

  • @ArunKumar-yn1go
    @ArunKumar-yn1go 2 года назад

    HOW TO APPLY FILTERS IN WEB FORM

  • @ayaalshanti2443
    @ayaalshanti2443 3 года назад

    If I have form in my web portal made from html not from web form in erpnext, how I can deal with it and make it effect in erpnext doctype?, for example I want to make form in my web page and get data from it then make this data edit customer doctype data

    • @rsvasanth
      @rsvasanth 3 года назад +1

      Create custom-form.html custom-form.js and custom-form.py file in your app, www folder place your HTML form in HTML file use js to Handel form and store the form data to respective doc type using the py file you can also use jinja template.

    • @ayaalshanti2443
      @ayaalshanti2443 3 года назад

      @@rsvasanth I'm already do thos steps, but when I use frappe methods like frappe call and frappe dialog in my js file I got this error frappe not defined