Skip to content

Disabling form validation: skipping the isValid() call does not supress the validation, contrary to what is stated in documentaion #2963

Closed
@drscre

Description

@drscre

The section
http://symfony.com/doc/current/book/forms.html#disabling-validation
states that

Sometimes it is useful to suppress the validation of a form altogether. For these cases,
you can skip the call to isValid() in your controller.

and

If you want to suppress validation completely, remove the isValid() call from your controller.

This does not work because form validation is performed in handleRequest()

Metadata

Metadata

Assignees

No one assigned

    Labels

    FormactionableClear and specific issues ready for anyone to take them.bughasPRA Pull Request has already been submitted for this issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions