- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2018 04:18 PM
I have a user request to make the 'txtResponse' field on the 'validate_multifactor_auth_code.do' page automatically have focus.
Where would I be able to modify this page?
It doesn't seem to be available as a Processor or UI Page or the welcome page properties.
Solved! Go to Solution.
- Labels:
-
User Experience and Design

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2018 06:06 PM
It looks like this one is back-end code that you can't get to to adjust. Outside of a possible massive and ugly UI script hack, I don't think this is possible.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2018 06:06 PM
It looks like this one is back-end code that you can't get to to adjust. Outside of a possible massive and ugly UI script hack, I don't think this is possible.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2018 08:15 AM
I was at pretty much the same conclusion before posting but figured it doesn't hurt to ask.
Thank you for the reply

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2018 08:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2022 12:42 AM
I know this is an old question, but it might be usefull to someone looking to upadate a style or aplly some minor changes to that page.
the page uses this UI script:
https://<instance_name>..service-now.com/nav_to.do?uri=sys_ui_script.do?sys_id=d20a5130933331003c5537ae867ffba5
and this style sheet:
https://<instance_name>..service-now.com/nav_to.do?uri=content_css.do?sys_id=84f0346b87120300cfab6dd207cb0b72
wouldn't recommend doing massive changes there, but giving focus to a button or changing the collor of a button shouldn;t do much harm