Hi
When I try to add a new record from phpgrid i creates an empty record in the database.
5 Answers
This is what the post request says.
{id: 0, success: false}
id: 0
success: false
Code review will be required.
Post your code using pastebin.com or email at [email protected]
Hello,
Your code is pretty straight and looks fine.
Perhaps, you can try debugging using firebug and check the response of add ajax call.
Refer this link: (https://phpgrid.desk.com/customer/portal/articles/926266)
Your Answer