-
-
Notifications
You must be signed in to change notification settings - Fork 282
/
Copy path@home.texy
32 lines (20 loc) · 1 KB
/
@home.texy
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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>
Installation
------------
Download and install the package using [Composer|best-practices:composer]:
```shell
composer require nette/forms
```