Wondering if it is possible to display text on top of the Classic universal login when a certain query parameter is passed to identify the user came from a specific lead form? Would look something like this if possible:
Then when the query parameter is not passed should display as normal:
Thanks for any comments and guidance in advance!
1 Like
Hi @harveerhans59,
You should be able to access query params with config.extraParams
.
Then with a conditional, populate the lock languageDictionary
If that doesn’t work for you, you may want to consider creating your own https://auth0.com/docs/libraries/custom-signup page.
2 Likes
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.