I’m missing the AJAX call in your code.
Something like this:
request = $.ajax({
url: “/sendmail.php”,
type: “post”,
data: serializedData
});
I’m missing the AJAX call in your code.
Something like this:
request = $.ajax({
url: “/sendmail.php”,
type: “post”,
data: serializedData
});