How to use this code my wordpress theme

I’m missing the AJAX call in your code.
Something like this:

request = $.ajax({
url: “/sendmail.php”,
type: “post”,
data: serializedData
});

Leave a Comment