<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D54z000073EeTaCAKOkta Classic EngineMulti-Factor AuthenticationAnswered2024-03-25T13:51:53.000Z2021-07-08T12:59:29.000Z2021-07-21T14:46:14.000Z

wm0l7 (wm0l7) asked a question.

OKTA Sign-in widget with prefilled email in Angular

Hi! I am using the following versions of okta:

"@okta/okta-angular": "^3.0.1",

"@okta/okta-auth-js": "^4.6.1",

 "@okta/okta-signin-widget": "^5.5.0"

and Angular CLI: 11.2.9.

 

I would like to autocomplete the email on the registration page.

I'm getting the email from query param and the getElementById('input8').setAttribute('value', email) is displaying the email but when I hit register, I receive this error "This field may not be empty". If I type a space or some new characters after the email and then hit the enter button again, the input value is not empty.

 

How can I do this functionality?


This question is closed.
Loading
OKTA Sign-in widget with prefilled email in Angular