django-invitations
django-invitations copied to clipboard
Redirect To React SignUp Form
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
In email invitation template
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)