Customize Authenticator Box | XM Community
Skip to main content
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!
Hello @GeoffK ,



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