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!
Page 1 / 1
Hello @GeoffK ,
Paste the below code in the Header -> Source View("<>")
<script>
jQuery('div[id^="Authenticator"] .InputText').css({"width":"100%"});
</script>
Paste the below code in the Header -> Source View("<>")
<script>
jQuery('div[id^="Authenticator"] .InputText').css({"width":"100%"});
</script>
THANK YOU! Worked perfectly.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.