$('#btn-email').on('click', function(event) { console.log('Redirection', this.href); window.location.href(this.href + "?email=" + $('#email_address').val()); }) })