I have everything set up EXCEPT for the “subscribe” button isn’t activating the modal. Initially I wanted the modal to pop up when a visitor visited the page.
Any clues on what I’m missing or how I can remove the subscribe button and just have the modal pop up after X amount of seconds.
Here is my public share link: LINK
([how to access public share link][2])
It’s the webflow tutorial on how to create a modal. I’m just trying to figure out how to design the modal so it pops up 10 seconds or so after someone visits my site. I’m not sure how to create that in interactions.
I think Stevin is referring to your project’s read-only link — it allows us folks in the Forum to check out the project you’re working in and see what’s going on + see if there’s a solution. Do you have a Webflow project that you’re trying to re-create the pop-up modal in?
If so, are you wanting to have the modal pop-up automatically after 10 seconds? Or are you wanting to have it pop-up when someone clicks subscribe? Or both?
Well I’m back already and about to scream again. I had the modal working when you visit the page and than the modal pops up. I tried to add a subscribe button as well and messes everything up. Now neither are working.
Ok for some reason I don’t see the interaction applied. good news though.
It is still there you just need to apply it to the modal window again.
click on pop up modal, go to interactions then add page load interaction you will see it there.
one thing I noticed in my screen and will get you into trouble with different screen sizes is you are using pixel values to set the width and height of the middle form. Problem is like on my laptop screen I can’t sign up for your form. I can still click the x which is good but. you’d be better using % or VH and VW viewport height/width.
you can set your max widths in pixels if you want to not exceed a certain size but Here is what it looks like on my screen with %
percentages will also save your life in mobile esp with pop ups.
I get in the habit of using them for most things and then set max pixel sizes esp on desktop where the sizes vary so much
Obviously I’m trying to set it up so once you enter your email in the modal, you receive and email confirming your email address and then are prompted to download the file. Any direction on how to start this process would be greatly appreciated.