Is it possible to amend the design and content of these two landing pages? Softr provides a default landing page and I can’t figure out how to change these.
I use magic link as the primary login method for application users. To ensure security, we sometimes regenerate the magic link. Where a user uses the old magic link, I want them to be redirected to the sign in page to re-enter their email and receive the new magic link by email, as opposed to landing on the generic page used by Softr currently.
Hey @iomicro, thanks a lot for reaching out!
There is no native way of achieving that, however, as a workaround, I can think of the following.
Having a formula column on Airtable that calculates the path you want your users to land which contains the magic link field as a variable (your magic link column) plus adding the page you want to redirect.
CONCATENATE({Magic link},'&next-page=/page-name)
Letting automation tools such as Make/Zapier or even Airtable email automation handle the invite process.
Also I have added what you are trying to do as an improvement to our product backlog.