Size of authenticator field | XM Community
Solved

Size of authenticator field

  • 7 June 2018
  • 1 reply
  • 38 views

Badge +3
Does anyone know CSS code to change the size of the authenticator field? We ask users to enter their email address as the authenticator, but the authenticator field that appears on the "login" page is very very narrow. A user can enter an email address, but all the text won't appear in the field (so if they spell it wrong they can't see the whole field). The theme we are using is ideal right now but that is the only drawback.
icon

Best answer by TomG 10 June 2018, 23:05

View original

1 reply

Userlevel 7
Badge +27
Create a Authenticator Prompt message in your library and add this under the prompt text in html source mode (<>).
```
<style>
.Skin .TE .FORM .InputText {width: 100%}
</style>
```
Click Options on your Authenticator to set the prompt text to your library message.

Leave a Reply