Solved
Customize Authenticator Box
Is it possible to lengthen the width of the text box on the Authenticator screen? I would like for the people taking our survey to be able to see the entirety of the PIN that we require then enter, but the box is very short.
Thanks!
Best answer by Anonymous
Hello @GeoffK ,
Paste the below code in the Header -> Source View("<>")
<script>
jQuery('div[id^="Authenticator"] .InputText').css({"width":"100%"});
</script>
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
