Please I am trying to simultaneously submit and validate my form to my database through the use of Ajax, but it is not working for me. Here is my jquery
$(d
Pass data as a parameter in your success function:
data
success: function(data){
Your success function won't do anything because you haven't defined data
success