Re: Does anyone have examples of their lightbox forms on websites?

Anonymous
Not applicable

Does anyone have examples of their lightbox forms on websites?

Hi - I want to add a lightbox to a webpage. Currently trying to figure out how to delay the popup form from showing right on page load or reload. 

How do you personalize or add text to the forms? 

Does anyone have examples of how they are using lightbox forms on their websites? 

Thanks,
Shirleen Solares
Tags (1)
1 REPLY 1
Anonymous
Not applicable

Re: Does anyone have examples of their lightbox forms on websites?

I did this for my previous company. Check out www.evolveip.net and click on the Request Information button in the upper left. I used a WordPress plugin called "FancyBox" that I customized a little bit. It's basically an iFrame displaying within the shadowbox. If you wanted to delay an auto-popup either hit up a site like www.dynamicdrive.com or write a JavaScript function to wait a few seconds after pageload then call your lightbox.

Hope this helps.