Question
Customizing PEGA 7 login page - Calling a screen flow
I would like to customize PEGA 7 login page (web-login HTML rule) by adding a link/button called "Create Account". Upon clicking "Create Account", a screen flow should be displayed where the user can enter his details and create an account for himself.
I have seen a post where we can customize PEGA 7 login page by creating an unauthenticated ruleset.
Is there a way to call screen flow in web-login HTML rule to fulfill the above requirement stated?
***Edited by Moderator Marissa to update platform capability tags & add SR Details***
Theoretically, you could could add to your unauthenticated RS/access group and build its own "mini" app to achieve what you are describing. I imagine it is going to need a handful of custom activities, etc to eventually "hook" into your real application to create actual data instances that will be resolved once you do authenticate yourself.
I personally do not have intimate experience with creating such an app, but I'm willing to bet there are others out there that have done something similar. Or you could draw some parallels with related functionality like a "forgot my password" link.