Reputation: 1813
I use AWS Cognito hosted UI to authenticate & register users on to my web platform.
The registration journey is as follows - I have a single subscription plan. A user wishes to purchase the subscription. He goes through the Cognito UI registration screens & in the end, the user completes the registration process. At the end of this process, I want to redirect the user to a payment portal to complete the payment.
I'm looking to achieve 2 things -
Upvotes: 0
Views: 354
Reputation: 4480
You can only customize the CSS of the hosted UI. To achieve what you want you would have to be able to edit the html and/or javascript
Upvotes: 1