Open a popup on a page when he uses link

So i have created a page where a user submits his image , i have setup a sharable link for him so he can share that image with his friends or other users , i want to redirect the user coming from link to a gallery page which opens a pop up with the image and like button



i am trying to show the popup using a get data from page url and parameter as submission_id from the shareable link

this is the upload image page with link pop up

this is the gallery page where i want to show the popup

thanks !

When user copies the link to share add parameter to the url: “current-page-url/showpopup=current-image-unique-id.”

Create a workflow When page is loaded > Only when > Get data from URL Parametere showpopup is not empty > Show an element Popup Group > Display data in the Popup Image with showpopup unique id / Data Type's Image.

thanks for your reply, i set it up as you mentioned i am attaching few screenshots , i checked in debugger , i don’t know why popup doesn’t show up



Screenshot 2024-08-16 115156

Because you’re just displaying the data in the popup but not showing it.

Add another action > show element > popup group.

This should solve it.

Yes , Got it ! Thank you So much !

Hey , @bestbubbledev i need some more help of yours regarding the google oauth login , when a new user is signing up its a clean process , but when ever the same user logs in it is showing this error
Screenshot 2024-08-21 160559

I think you’re not separating SIGN THE USER UP from LOG THE USER IN action.

This topic was automatically closed after 70 days. New replies are no longer allowed.