1
0
Fork 0

chore(website): fixed pardot action

This commit is contained in:
Sylvain UTARD 2016-12-13 19:51:59 +01:00
parent dd3650f465
commit 863c9a5132

View file

@ -38,7 +38,7 @@
url: $url.val()
}
}).done(function() {
pardotAppendIframe('https://goto.algolia.com/l/139121/2016-08-05/ldp67?email=' + encodeURIComponent($email.val()) + '&website=' + encodeURIComponent($url.val()));
pardotAppendIframe('https://go.pardot.com/l/139121/2016-08-05/ldp67?email=' + encodeURIComponent($email.val()) + '&website=' + encodeURIComponent($url.val()));
$email.val('');
$url.val('');
$button.text('Thank you!');