Can't seem to find something that meets my needs. If you know of anything that would be awesome.

I'd like to display an email signup list (could be a webform) after a user has been on a page for a specified period of time. Ideally, I'd like it to appear on the 2nd page they visit but if that's asking too much no biggie. And of course, I don't want the form to present itself after they signup. So on subsequent visits if they've already signed up for our mailing list then the popup will never display.

Any suggestions?

Thanks

Comments

Looking for this as well

Looking for solutions to this, some sort of use of Chaos tools Ajax functions? This looked promising from the title and brief skimming of the article http://www.computerminds.co.uk/drupal-code/making-flag-modules-confirmat...

Looks like a job for

the Rules module in combination with a modal form from ctools or lightbox2. Not sure about how to make the timing thing work.

--BitRadiator

---

Seems like you could write this into the page template. Use PHP to check to see if the user is logged in, if not run some JS. You can absolutely set a timer in jQuery and delay an event.

Doing this within Drupal would a bit more involved, but I'm sure that could work as well (you'd most likely want to use a block).

nobody click here