(06-06-2022, 04:09 AM)ignitedcms Wrote: If you're debugging that, I would strip it down and simplify further, you probably don't need the form action on the form-class either if you're firing it off from ajax.
Also your ajax could be greatly simplified, also there's alpinejs 
thanks, will have a look at alpinjs but would like to try to solve this bug first. Seems the ajax I have is a bare minimum. The ajax request does make it to the controller and to the specific method. It just fails a simple validation rule. On the other hand, I can see the data been summitted via the network tab in chrome and I assume that is correct. Strange thing is that I cannot access the date with getVar or getPost. The method recognizes that the request is a POST, too.