Create Hustle popup to do specific stuff (download, mailchimp, etc)

I was creating a pop-up to download an ebook, but I want it to work in a way that when the pop-ups appear on the site, visitor clicks on Download button. Then, a form pop-ups where he/she has to fill in email and name for them to download the book, but also their details needs to be sent to mailchimp.

The Quick Fix Pop Up

I have the pop-up in draft and also sample Gravity form.

  • Kris Tomczyk
    • Ex Staff

    Hi kevin ashcroft

    Hope you are doing good today.

    With Hustle I see only two possible solutions.

    1. Two popups.

    First pop up you will create will have some text and form which by default will be integrated with Mailchimp.

    In this pop you set up in Emails -> Submission Behavior -> Success message custom link:

    <a href="https://domain.com/file.mp3">You can download file here</a>

    Thanks to that you will force user to sign up first to see thank you message which include file.

    Or choose Emails -> Submission Behavior -> Redirect so you will redirect to page which include that file. That page could be set up as noindex so google bots will not see it (issue with this one is some users could share page URL with others). Via Success message you force them to sign up.

    First pop up need to also have set up Behavior -> Pop-up Trigger -> Click -> Render a new button. We will use that generated shortcode in second pop up.


    Second pop up you will create will include some text and download button which is generated shortcode from first pop up in Behavior -> Pop-up Trigger -> Click -> Render a new button.

    Main Behavior: Second pop up is set up to show on all pages or some custom page and it is show as first one, after someone click on download button, currect popup is close and the the first pop up show with form and thank you message after sign up.

    Personally, I think it’s too much work and user fatigue by so many pop ups. Here appear second solution.

    2. One popup.

    Similar like first one but does not include download button.

    Simply create pop up with form for Mailchimp and inform user via text:

    Sign up to download file, then like in solution one you set up in Emails -> Submission Behavior -> Success message custom link:

    <a href="https://domain.com/file.mp3">You can download file here</a>

    Thanks to that you will force user to sign up first to see thank you message which include file.

    Hope this help :slight_smile:

    Kind Regards,

    Kris