Redirection without <RegisterLink>
Hi! I have a form submission which triggers a transactional email on my server as part of my onboarding process. How do I integrate a redirect to the Register page as part of my flow? Ideally, I'm trying to get the user to just click once ie form submission and then it gets pushed to the custom domain url for the registration process to begin. Thanks in advance.
10 Replies
Hi there, are you using an SDK? If so which framework and version?
nextJS 14.1 App Router
Okay thanks. And you want the user to just use your form to register, or after they fill in the form they are redirected to your Kinde register page?
The latter. They fill in a form and then they get redirected to my Kinde register page
Okay. Give me some time to look into this. At worst, you'll hear back from someone tomorrow - as it is Sunday here and it's just me 🙂 Is this a blocker for you?
Sure. I can wait. My client had feedback that I should improve my capture process. Its currently two stepped ie. Form Filling (non authentication stuff) and then Registering. I'm trying to integrate these two into one. Thank you.
No problem. Will get back to you
Hi again. A team member has suggested you could follow the setup for custom sign up pages to achive what you need to with the form redirect. Here's the doc. https://docs.kinde.com/authenticate/custom-configurations/custom-authentication-pages/?r=search#_top
Let us know if you think this will work, or if you need additional support.
Thank you. I'll give this a try and will come back if I need additional support.
hey @fxaxiom you can redirect to
/api/auth/register
Oh my! That’s an elegant suggestion. I’ll try it out! Thanks @Peteswah
Worked like a charm. Brilliant @Peter (Kinde). Thanks help @Claire_Kinde