How to catch $Request $post From Normal Forms #2321
Unanswered
pratikraman-dev
asked this question in
Q&A
Replies: 1 comment
-
It is difficult for me to answer this question, since it does not involve any code. DI works for screen methods, just like controllers. That is, you can get your own object: /**
* @param Request $request
*/
public function sendMessage(Request $request)
{
// code...
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i have created my normal forms and i want to catch form in $request how can i achieve that in orchid screen ??
if anyone please help me out
Beta Was this translation helpful? Give feedback.
All reactions