seitime-frappe/frappe/docs/user/en/guides/portal-development/web-forms.md
Rushabh Mehta 8899a46faa [enhance] added roles for portal users #2091 (#2093)
* [enhance] added roles for portal users #2091

* [fix] test

* [fix] make default roles have desk access
2016-09-23 21:44:20 +05:30

524 B

Customizing Web Forms

Web Forms are a powerful way to add forms to your website. Web forms are powerful and scriptable and from Version 7.1+ they also include tables, paging and other utilties

Standard Web Forms

If you check on the "Is Standard" checkbox, a new folder will be created in the module of the Web Form for that web form. In this folder, you will see a .py and .js file that you can customize the web form with.

{next}