Size of authenticator field | XM Community
Skip to main content
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.
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