Skip to content

Commit 554fb48

Browse files
committed
applied comments
1 parent bec41bc commit 554fb48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

form/events.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ Using form events, you may modify information or fields at different steps
1111
of the workflow: from the population of the form to the submission of the
1212
data from the request.
1313

14-
Registering an event listener is straightforward using the Form component.
14+
By utilizing the Symfony event system, event listeners can be registered to
15+
your forms.
1516

1617
For example, if you wish to register a function to the
1718
``FormEvents::PRE_SUBMIT`` event, the following code lets you add a field,

0 commit comments

Comments
 (0)