Customize Authenticator Box | XM Community
Skip to main content
Solved

Customize Authenticator Box

  • December 10, 2018
  • 2 replies
  • 58 views

Forum|alt.badge.img+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!

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>

2 replies

  • Answer
  • December 10, 2018
Hello @GeoffK , Paste the below code in the Header -> Source View("<>") <script> jQuery('div[id^="Authenticator"] .InputText').css({"width":"100%"}); </script>

Forum|alt.badge.img+2
  • Author
  • Level 1 ●
  • December 10, 2018
THANK YOU! Worked perfectly.