Is there a way to access the $_POST variable from within a plugin? I don't want to use the official forms plugin just for one simple task... I've tried $this->grav['uri']->post() because I saw it in the source code of the official plugin and an unknown function error. I also tried $this->grav['twig']->twig_vars['post'] = $_POST; and I get null!
Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Plugins
Solved by Ole Vik View solution
I usually just use $_POST in PHP and pass to Twig as needed. Is that not sufficient for your implementation?
Unfortunately the problem was in my request implementation 🙄
Thanks for taking the time to answer though.
Log in to reply.
Suggested topics
| Topic | Participants | Replies | Views | Activity |
|---|---|---|---|---|
| 2 | 46 | 1 week ago | ||
| 2 | 55 | 4 weeks ago | ||
| 3 | 1181 | 1 month ago | ||
| 1 | 49 | 1 month ago | ||
| 3 | 73 | 2 months ago |