Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

adjust form submit code #1

Closed
kbond opened this issue Dec 13, 2013 · 1 comment
Closed

adjust form submit code #1

kbond opened this issue Dec 13, 2013 · 1 comment

Comments

@kbond
Copy link
Owner

kbond commented Dec 13, 2013

as of 2.3, we can use this:

$form->handleRequest($request);

if ($form->isSubmitted() && $form->isValid()) {
    // ...
}
@kbond
Copy link
Owner Author

kbond commented May 18, 2018

Closing as stale.

@kbond kbond closed this as completed May 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant