Skip to content

Is there a method overwriting $_POST? #107

@circle8z

Description

@circle8z

After checking if the request failed to pass validation,
I want to use the filtered values as the form's values.
Example:

$filteredValues = $this->validation->getValues();
$this->request->setPost($filteredValues);

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions