diff --git a/LinkedIn - Demo Form Autofill.html b/LinkedIn - Demo Form Autofill.html index 741f0ef..1b33cb5 100644 --- a/LinkedIn - Demo Form Autofill.html +++ b/LinkedIn - Demo Form Autofill.html @@ -53,6 +53,7 @@ // requires hiddenInputCreator('email', function (newValue) { // fire the GA event for autofill + console.log("%s value changed to %s", this.ID, newValue); }); hiddenInputCreator('country', function (newValue) { console.log("%s value changed to %s", this.ID, newValue);