Hmmm..
Did I had any wrong config here?
is it true ur script is inserted on index.php before $f3->run()? no luck results..
I already check php://input on results routes there was empty results..
I already changed the form enctype from application/x-www-form-urlencoded into application/json but it still no results too..
But I send without F3 framework everything is ok?
I send form using f3 in another apps is ok,with the same class&template..
What I missed something?
I'm using form input in the f3 template basic and send it via f3 route using php
But any of php://input, f3->BODY, f3->POST has empty value..
I tried echo using beforeRoute function it was empty too..
It seems the $_POST value has been reset?
the strange case I faced when I alert the form before send using javascript the value of each input text was there..
Regards,
Roy