Skip to content

Commit 16dda17

Browse files
committed
updated forms documentation to take into account the new form field rendering strategy
1 parent db7eea9 commit 16dda17

File tree

7 files changed

+14
-376
lines changed

7 files changed

+14
-376
lines changed

guides/forms.rst

Lines changed: 0 additions & 352 deletions
This file was deleted.
File renamed without changes.

guides/form/overview.rst renamed to guides/forms/overview.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44
Forms
55
=====
66

7-
.. caution::
8-
9-
This chapter describes a feature that is only available in the
10-
``fields_as_templates`` `branch`_.
11-
127
Symfony2 features a sophisticated Form component that allows you to easily
138
create mighty forms.
149

guides/form/twig.rst renamed to guides/forms/twig.rst

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,7 @@
44
Forms in Twig Templates
55
=======================
66

7-
.. caution::
8-
9-
This chapter describes a feature that is only available in the
10-
``fields_as_templates`` `branch`_.
11-
12-
A Symfony2 :doc:`Form </guides/forms>` is made of fields. Fields describe the
7+
A Symfony2 :doc:`Form </guides/forms/overview>` is made of fields. Fields describe the
138
form semantic, not its end-user representation; it means that a form is not
149
necessarily tied to HTML. Instead, it is the responsibility of the web
1510
designer to display each form field the way he wants. So, displaying a

0 commit comments

Comments
 (0)