DO NOT ADJUST THE CODE BELOW!!!
document.addEventListener("gspro-wishlist.submit-complete", function (data) {
var clientFullName = data.detail.contact.firstName + " " + data.detail.contact.lastName;
location = "https://google.com" + clientFullName
})