Customize Authenticator Box | XM Community
Solved

Customize Authenticator Box

  • 10 December 2018
  • 2 replies
  • 16 views

Userlevel 1
Badge +2
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!
icon

Best answer by Anonymous 10 December 2018, 16:17

View original

2 replies

Hello @GeoffK ,

Paste the below code in the Header -> Source View("<>")

<script>
jQuery('div[id^="Authenticator"] .InputText').css({"width":"100%"});
</script>
Userlevel 1
Badge +2
THANK YOU! Worked perfectly.

Leave a Reply