Hey,
So I have a form on my website that will submit a name and email address. I want to submit them with ajax which is simple to do, but I wanted to verify that both fields are filled in and that the email is in the correct email form.
Basically I want to run some client side validation on the fields before submitting it via ajax. Does anyone know how to do this with symfonys ajax remote helper methods?
Thanks!