Hi there,
We are working with NFC cards. When a customer buys the card, they also receive an activation code. Right now, we have a form that they fill out to activate their card. Once activated, the cards are pre-programmed to go to the URL domainname/cards/{activationcode} when tapped and show the data that the user has saved during activation. What I want is that when the user first buys the card, they should be able to tap it, and instead of getting a 404 page, they should be redirected to the activation page where the activation code field is pre-loaded with their activation code. I have searched for hours to find something like this but I haven’t got anywhere.
Thank You!