Email Magic Link
Add an email magic link authentication flow to your Feathery form.
Create a
Sign Instep, then add both an email field and a button to the step. Give the email field an ID such aslogin-email. Change the button text toSign Inand configure the action toSend Email Magic Linkwith the targetlogin-email. In this case, the target is the field containing the email address that the magic link will be sent to.

Next, create a
Confirmationstep. Add an additionalGo To Stepaction to theSign Inbutton you just created, and have it navigate to theConfirmationstep. This ending step just serves as visual confirmation to the user that the magic link has been sent to the email they just entered, and it can be safely exited by them. They'll log back in via the email link, which will open up the form in a different window.(Optional) On this step, you can give the user the ability to re-send the magic link if they haven't see it yet.

Last updated
Was this helpful?