pop-up optin form on squeeze page

2 replies
I'm talking about the squeeze pages that have a download button, when you click the download button a box pops up with the opt-in form and says "not so fast, enter your name and email" or something like that.

Does anyone know how to write this or a link to a site that provides an example? I would like to implement this.
#form #optin #page #popup #squeeze
  • Profile picture of the author kangbroke
    Originally Posted by Adam Roy View Post

    I'm talking about the squeeze pages that have a download button, when you click the download button a box pops up with the opt-in form and says "not so fast, enter your name and email" or something like that.

    Does anyone know how to write this or a link to a site that provides an example? I would like to implement this.

    It sounds like your asking for an alert that lets the user know to input their information. Meaning that your asking it before they click download. So all your basically asking for is code that verifies all form data and if it is empty alerts them to go back and input it.

    I would use this.

    Edit fiddle - JSFiddle
    {{ DiscussionBoard.errors[9453895].message }}
  • Profile picture of the author jasonthewebmaster
    Banned
    Originally Posted by Adam Roy View Post

    I'm talking about the squeeze pages that have a download button, when you click the download button a box pops up with the opt-in form and says "not so fast, enter your name and email" or something like that.

    Does anyone know how to write this or a link to a site that provides an example? I would like to implement this.
    Sure, this is easy... just make your optin form with any autoresponder form maker etc and get the link they give you for a standalone form page.. make sure the link opens the form in your browser, then just make the download button link directly to your standalone optin form using a javascript popup link like this; html - Open link in Popup Window with Javascript - Stack Overflow
    {{ DiscussionBoard.errors[9465712].message }}

Trending Topics