www.dxsummit.com
Open in
urlscan Pro
2606:4700:20::6819:2614
Public Scan
Submitted URL: http://go.simplermedia.com/NzA2LVlJQS0yNjEAAAGC9F36lfNRKzMOkXkt-isUPkdpdAOn-xg9vO5UPd0wxOfmTBzsbqev3y14RaWXECOuYwVi-5o=
Effective URL: https://www.dxsummit.com/one-click-reg/?ref=cmswire-nl-ad&utm_campaign=dxs-act&utm_medium=email&utm_source=cmswire.com&ut...
Submission Tags: falconsandbox
Submission: On March 16 via api from US — Scanned from DE
Effective URL: https://www.dxsummit.com/one-click-reg/?ref=cmswire-nl-ad&utm_campaign=dxs-act&utm_medium=email&utm_source=cmswire.com&ut...
Submission Tags: falconsandbox
Submission: On March 16 via api from US — Scanned from DE
Form analysis
4 forms found in the DOMPOST #
<form action="#" method="POST" id="one_click_reg_form">
<h1>Yes! I would like to be registered for the upcoming virtual events:</h1>
<p> <input placeholder="Work Email" id="one_click_reg_email" type="email" required=""></p>
<ul>
<li> <input type="checkbox" value="7004336" data-event-id="58792" data-text="" data-id="c_1440617" id="one_click_reg_intent_c_1440617" checked=""> <label for="one_click_reg_intent_c_1440617">May 18 - May 19: Digital Experience Summit - Spring
2022</label></li>
<li> <input type="checkbox" value="7053940" data-event-id="59217" data-text="" data-id="c_1451495" id="one_click_reg_intent_c_1451495" checked=""> <label for="one_click_reg_intent_c_1451495">Oct 26 - Oct 27: Digital Experience Summit - Fall
2022</label></li>
</ul> <button class="elementor-button elementor-button-size-lg" id="btnSubmit" type="submit">Submit</button>
<p></p>
</form>
<form id="frm-ftr" action="">
<p class="note">Get regular program updates and pricing alerts (all fields are required).</p>
<div class="footer-form-container">
<p class="form-first-input form-two-col"><input class="form-control" id="frm-ftr-fname" type="text" placeholder="First Name*" required=""></p>
<p class="form-two-col"><input class="form-control" id="frm-ftr-lname" type="text" placeholder="Last Name*" required=""></p>
</div>
<p><input class="form-control" id="frm-ftr-title" type="text" placeholder="Job Title*" required=""></p>
<p><input class="form-control" id="frm-ftr-email" type="text" placeholder="Work Email*" required=""></p>
<p></p>
<div class="g-recaptcha" data-sitekey="6LfmJKQUAAAAAJZcRYQy7CL_F9jT9kUrrb7oVpoI">
<div style="width: 304px; height: 78px;">
<div><iframe title="reCAPTCHA"
src="https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LfmJKQUAAAAAJZcRYQy7CL_F9jT9kUrrb7oVpoI&co=aHR0cHM6Ly93d3cuZHhzdW1taXQuY29tOjQ0Mw..&hl=de&v=85AXn53af-oJBEtL2o2WpAjZ&size=normal&cb=rx26dtf1fx4j" width="304"
height="78" role="presentation" name="a-c1e59cl2rp49" frameborder="0" scrolling="no" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe></div>
<textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
</div><iframe style="display: none;"></iframe>
</div>
<p></p>
<p><button class="btn btn--no-arrow btn--block" id="frm-ftr-btn">Sign-Up</button></p>
</form>
<form id="mktoForm_8030" novalidate="novalidate" class="mktoForm mktoHasWidth mktoLayoutLeft" style="font-family: Helvetica, Arial, sans-serif; font-size: 13px; color: rgb(51, 51, 51); width: 1px;">
<script>
var mktoForm;
MktoForms2.loadForm("//app-sj02.marketo.com", "706-YIA-261", 8030, function(form) {});
</script>
<script>
var oFName, oLName, oTitle, oEmail, sEmail;
jQuery('#frm-ftr-btn').click(function() {
oFName = jQuery('#frm-ftr-fname');
oLName = jQuery('#frm-ftr-lname');
oTitle = jQuery('#frm-ftr-title');
oEmail = jQuery('#frm-ftr-email');
sEmail = oEmail.val();
if (oFName.val().length < 1) {
alert('Please enter your first name.');
oFName.focus();
return false;
}
if (oLName.val().length < 1) {
alert('Please enter your last name.');
oLName.focus();
return false;
}
if (oTitle.val().length < 1) {
alert('Please enter your job title.');
oTitle.focus();
return false;
}
if (!validateEmail(sEmail)) {
alert('Please enter a valid email address.');
oEmail.focus();
return false;
} else if (isGenericEmail(sEmail)) {
alert('Sorry, but we don\'t accept generic or list email addresses. These tend to increase spam complaints, which is bad for everyone.\n\nPlease use your work or personal email address.');
oEmail.focus();
return false;
} else if (grecaptcha.getResponse() === '') {
alert('Please complete captcha to continue.')
return false;
} else {
submitFooterForm(8030);
return false;
}
});
function submitFooterForm(mktoFormId) {
var token = grecaptcha.getResponse();
if (token !== '') {
jQuery.get('/wp-json/captcha/v1/verify/' + token, function(data) {
if (data.result !== 'true') return;
var hash = '';
var sEmail = oEmail.val();
var redir = 'https://www.simplermedia.com/mkto/redir-sync/?e=' + sEmail + '&go=' + window.location.protocol + '//' + window.location.hostname + '/thanks-info-subscribe';
if (typeof MktoForms2 === 'undefined') {
consoleMsg('FATAL ERROR: MktoForms2 is not defined.');
return false;
} else if (mktoFormId < 1) {
consoleMsg('FATAL ERROR: Form ID is not defined.');
return false;
}
mktoForm = MktoForms2.getForm(mktoFormId)
if (typeof mktoForm === 'undefined') {
consoleMsg('FATAL ERROR: Unable to find form by ID: ' + mktoFormId);
return false;
}
consoleMsg('Processing Mkto form ID: ' + mktoFormId);
mktoForm.addHiddenFields({
'Email': sEmail,
'FirstName': oFName.val(),
'LastName': oLName.val(),
'Title': oTitle.val()
});
mktoForm.onSuccess(function(values, followUpUrl) {
consoleMsg('Sync\'ed ' + sEmail + ' to Mkto via form ID: ' + mktoFormId);
//GA event fire
ga('send', 'pageview', '/event/convert/info-subscribe');
ga('send', 'event', 'forms', 'submit', 'info-subscribe');
//sync and go to confirmation
window.location = redir;
//block a page reload by returning false OnSuccess
return false;
});
mktoForm.submit();
return false;
});
}
}
</script>
<style type="text/css">
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
color: #fff;
border: 1px solid #75ae4c;
padding: 0.4em 1em;
font-size: 1em;
background-color: #99c47c;
background-image: -webkit-gradient(linear, left top, left bottom, from(#99c47c), to(#75ae4c));
background-image: -webkit-linear-gradient(top, #99c47c, #75ae4c);
background-image: -moz-linear-gradient(top, #99c47c, #75ae4c);
background-image: linear-gradient(to bottom, #99c47c, #75ae4c);
}
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
border: 1px solid #447f19;
}
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:focus {
outline: none;
border: 1px solid #447f19;
}
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:active {
background-color: #75ae4c;
background-image: -webkit-gradient(linear, left top, left bottom, from(#75ae4c), to(#99c47c));
background-image: -webkit-linear-gradient(top, #75ae4c, #99c47c);
background-image: -moz-linear-gradient(top, #75ae4c, #99c47c);
background-image: linear-gradient(to bottom, #75ae4c, #99c47c);
}
</style>
<div class="mktoButtonRow"><span class="mktoButtonWrap mktoSimple" style="margin-left: 120px;"><button type="submit" class="mktoButton">Submit</button></span></div><input type="hidden" name="formid" class="mktoField mktoFieldDescriptor"
value="8030"><input type="hidden" name="munchkinId" class="mktoField mktoFieldDescriptor" value="706-YIA-261">
</form>
<form novalidate="novalidate" class="mktoForm mktoHasWidth mktoLayoutLeft" style="font-family: Helvetica, Arial, sans-serif; font-size: 13px; color: rgb(51, 51, 51); visibility: hidden; position: absolute; top: -500px; left: -1000px; width: 1600px;">
</form>
Text Content
Already Registered? Register for May Event * 2022 Conferences * BACK * Virtual Conference – Feb. 2022 * Virtual Conference – May 2022 * Virtual Conference – Aug. 2022 * Virtual Conference – Oct. 2022 * Agenda * Sponsorship * Speakers * Video Library * About Us * BACK * DX Summit Overview * FAQs * Contact Us * Register For Free ONE CLICK REG YES! I WOULD LIKE TO BE REGISTERED FOR THE UPCOMING VIRTUAL EVENTS: * May 18 - May 19: Digital Experience Summit - Spring 2022 * Oct 26 - Oct 27: Digital Experience Summit - Fall 2022 Submit WANT TO SPONSOR? Engage today's top digital customer experience executives. Learn More STAY IN THE LOOP Get regular program updates and pricing alerts (all fields are required). Sign-Up Submit JOIN THE COMMUNITY #DXS22 Digital Experience Summit is produced by Simpler Media Group. Visit other our brands: © Simpler Media Group, Inc. All rights reserved. Privacy Policy | Terms of Use | Digital Experience News AddThis Sharing Sidebar Share to LinkedInLinkedInShare to TwitterTwitterShare to FacebookFacebookShare to BufferBufferShare to EmailEmail Hide Show Close AddThis