How to show the sign up pop with register link url?

I am trying to generate sign ups on my site by marketing my website.
When I redirect to my homepage the sign-up pop up should be shown. But I can’t figure out how to add this to the url.

Maybe I could create my own url parameter and trigger a workflow when the page is loaded to show the sign-up pop up. But maybe there is an easier way. Any idea? Really appreciate your toughts.

Hi there, @bubble48… for what it’s worth, your URL parameter idea sounds like a good way to go to me. Like you said, just add a parameter to the register link URL, and when you load the homepage, show the popup when the parameter is there… should work like a charm.

Best…
Mike

1 Like

@mikeloc works. But my signup pop up has two conditionals for register and login. Any idea how to add this aswell to the url parameter, so that I can show my register fields instead of the login field view? Adding mode= ?? somehow?

I think you should be able to add a condition to something in the popup (likely a sign-up-related group) to show that something when the URL parameter is there.

Yes I have a group for signup and login, but how to add to the url?

I would have to play around with it, but I don’t think you should have to add anything else to the URL. Try adding a condition to the sign-up group to show that group when the same parameter that is showing the popup is there.

1 Like

I added the “Set state” in the workflow that is triggered on pageload when the parameter is there and it shows the right group in the sign up pop up. Thanks mikeloc u the best.

1 Like