I\'ve a contact form that sends data to a PHP script via AJAX. It\'s pretty basic but I can\'t get input values with serialize. The form id is correct, i obtain the input name b
Use serialize() method when form is submit. check this fiddle https://jsfiddle.net/6o6htoh1/1/