Refer A Friend
Reffer a Friend and get 200 to 300 Dollars mailed to you in a personal check made out to you......
'
);
var scriptTag=document.createElement("script");
scriptTag.setAttribute("type","text/javascript");
scriptTag.setAttribute("src", "https://www.google.com/recaptcha/api.js");
document.getElementsByTagName("head")[0].appendChild(scriptTag);
});
$(".refer-a-friend").on("submit", function(e) {
e.preventDefault();
var $this = $(this),
subject = $this.find("[name=subject]").val();
if (subject == "") {
subject = "You may be interested in Wynn Palms";
}
// Run Google's Conversion Click Handler
if (typeof goog_report_conversion !== "undefined") {
goog_report_conversion();
}
$.ajax(
"/api/v4/refer_a_friend/?format=json&api_key="+api_key,
{
type: "post",
data: JSON.stringify({
"sender": $this.find("[name=name]").val(),
"sender_email": $this.find("[name=sender_email]").val(),
"subject": subject,
"recaptcha": grecaptcha.getResponse(),
"recipients": $this.find("[name=recipients]").val()
}),
contentType: "application/json"
}
);
});
});
Thank you for sharing our community website!