I'm trying to create a form that is an ajax form that will have validation on 2 fields.
I have managed to get the form working via AJAX, but I'm having trouble returning the error messages Link Here
I can determine that the form is valid using $eventForm->isValid() but I want to display errors for each of the invalid fields, preferably next to each form input/widget
Is that possible?
Thanks