Welcome Guest, Not a member yet? Register   Sign In
Cannot get AJAX to work for Post/Create
#2

I cannot seem to find the form data being submitted. It hits the right controller and method though.

I should be able to access the form data like this right?

$this->request->getVar("description");

or even getPost, right?

Above is all null or blank.

The method does see the ajax as a post when I do this;

PHP Code:
        
if ($this->request->getMethod() == "post") {
            return 
$this->response->setJSON(json_encode('hello'));


Any pointers appreciated.
Reply


Messages In This Thread
RE: Cannot get AJAX to work for Post/Create - by spreaderman - 06-04-2022, 07:52 PM



Theme © iAndrew 2016 - Forum software by © MyBB