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
News in Nette Forms 3.1
Protection against CSRF using cookies The vulnerability of a CSRF is based on the trick that the form is spoofed by an attacker and sent from his…
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,…