REPORT
LIVE WEBINAR
 
 
 
Firstup logo
 
MktoForms2.whenReady(function(form) {   form.onSuccess(function(values, followUpUrl) {     var formEl = form.getFormElem()[0];     // Hide everything except your message     var rows = formEl.querySelectorAll('.mktoFormRow, .mktoButtonRow');     rows.forEach(function(row) { row.style.display = 'none'; });     // Show your message     document.getElementById('confirmMessage').style.display = 'block';     return false;   }); });