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:
Related blog posts
Economy, containers and other hot news in Nette Forms
An overview of the most important news in the nette/forms 3.0.x package. Economic checkbox lists The CheckboxList sent by the GET method is not…
What's New in Nette 2.1: Forms
Forms have always been a key part of the framework. Ever since the first version, forms have allowed developers to easily define input elements,…