django-invitations icon indicating copy to clipboard operation
django-invitations copied to clipboard

Redirect To React SignUp Form

Open samjoy1234 opened this issue 2 years ago • 1 comments

After clicking the accept invite link, I want to redirect to a signup form developed in react js with the email prefilled. How should I go about doing this

samjoy1234 avatar Dec 23 '22 12:12 samjoy1234

In email invitation template image you can add url with invitation key, and email we can get using invitation key that we can prefill in our signup form.

url - "/invitationlogin/{{ key }" -> this url we have to add in our routes files(react)

nagdeo avatar Jan 25 '23 09:01 nagdeo