An error has occurred

{{terminalError}}

setTimeout(function() { document.querySelectorAll( '.pn-template__cta' ).forEach( function( el ) { // Add text feedback on CTA when clicked if the cta-url is blank if( '' === el.getAttribute("href") ) { el.addEventListener( 'click', function( e ) { document.querySelectorAll( '.pn-template__cta' ).forEach( function( el ) { el.innerHTML = 'Processing...'; } ); } ); } } ); }, 100);