ABM-Dan
ABM-Dan
I think I might have just stumbled in the same/similar problem, When running ``` php $form = new Form(); $errors = $form->getFormErrors($this->formContactInformation); $return = array('errors' => $errors); return new JsonResponse($return);...
Solved my version of this problem by forcing error bubbling by default on all elements. But in my case I WANTED them to be in the form element. Hopefully this...
ping @murhafh, you still looking to get this merged?
By the way, with the relative source paths, this might actually not be necessary anymore.
Oh, so it's a matter of them having a description, got it. Will test.