I’m developing a site that it will use Services for the CRUD operations and ANGULARJS for the comunication frontend <-> backend.
Now when I want to insert a new content of content type FOO I will don’t use the standard form (node/add/FOO), but one of my HTML form, this because, like I said, I will use Services to store the new content.
So, is there a way (or a module) that permit me to send this form to Drupal for only validating it and give back a ok/error code? In this last case I need to receive back errors and the wrong fields.
Thanks. M.