You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

web-forms.md 539 B

1234567891011
  1. # Customizing Web Forms
  2. 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 utilities
  3. <img class="screenshot" alt="Web Form" src="/docs/assets/img/portals/sample-web-form.png">
  4. ### Standard Web Forms
  5. 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.
  6. {next}