How do we get the domain url link to redirect a user directly to our Log In or Sign Up Pop Up in Our Studio

Hi!

I was on a Pickaxe office hour a few weeks ago and remembered that Nathaniel mentioned adding a /login or /signup at the end of the pickaxe studio domain link will get the user to automatically redirect to the sign up or login page.

I wanted to ask what that add on was - I want to make it seamless so if a user clicks to sign up to my platform from an external website - it will redirect to my pickaxe studio and directly open the sign up or log in pop up.

abcstudio.com/login

abcstudio.com/signup

1 Like

add “?action=signup” for signup popup or “?action=login” for login popup

Full link will look like “abcstudio.com/?action=signup” or “abcstudio.com/?action=login”

Hope this helped.

3 Likes