Click below to unsubscribe from all TJCX emails. Unsubscribe $.urlParam = function (name) { const results = new RegExp('[\?&]' + name + '=([^&#]*)').exec(window.location.href); if (results == null) { return 0; } return (results[1] ? decodeURIComponent(results[1]) : 0); } $(document).ready(() = { const email = $.urlParam('email'); if (email) { $("#email-field").val(email); } else { $("#email-field").css("display", "block"); } const page = $.urlParam('page'); if (page) { $("#page-field").val(pa...