<!--
// Hide the button
SoSciTools.submitButtonsHide();
// After a timeout of 30 sec = 30000 ms, display the button
window.setTimeout(
SoSciTools.submitButtonsDisplay, 30000
)
// -->
Unfortunately this just makes the button disappear and reappear after the time. Is there any way to grey out the weiter button and it showing the timer?