Nette Documentation Preview

syntax
Forms
*****

<div class=perex>

Nette Forms has revolutionized the creation of web forms. All you had to do was write a few clear lines of code and you had a form, including rendering, JavaScript, and server validation, plus industry-leading security. Let's see how

- create friendly forms
- validate sent data
- draw elements exactly as needed

</div>


With Nette Forms, you can diminish routine tasks like writing validation (on both server and client-side), and minimizing the likelihood of errors and security issues.

You can use the forms either as a part of the Nette Application (ie in presenters) or standalone. Because the use is slightly different in both cases, we have prepared separated instructions for you:

<div class="wiki-buttons">
<div> "Forms in presenters .[wiki-button]":in-presenter </div>
<div> "Forms standalone .[wiki-button]":standalone </div>
</div>

Forms

Nette Forms has revolutionized the creation of web forms. All you had to do was write a few clear lines of code and you had a form, including rendering, JavaScript, and server validation, plus industry-leading security. Let's see how

  • create friendly forms
  • validate sent data
  • draw elements exactly as needed

With Nette Forms, you can diminish routine tasks like writing validation (on both server and client-side), and minimizing the likelihood of errors and security issues.

You can use the forms either as a part of the Nette Application (ie in presenters) or standalone. Because the use is slightly different in both cases, we have prepared separated instructions for you: