• StevenGroves

    (@stevengroves)


    I installed the requisite plug-ins, configured and badada-boom; it all works wonderful (love you guys!)

    Now I want to request an email addr & name before I grant access to view a video. The video can be an embed on the site elsewhere or, ideally, once I have the email, it pops up and plays / is available to play.

    I do not want to remove / take down the other function – it’s all bueno.

    ideas? answers?

    https://www.ads-software.com/extend/plugins/email-before-download/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter StevenGroves

    (@stevengroves)

    I noticed on the demo page both capabilities, but cannot find a reference to show me how it supposed to work.

    One of our landing pages has a visitor give us their email before we email them a PDF – that’s working excellent. For another landing page, we want the email before we disclose a video embedded in the page. I think this is possible with your really awesome plug-in but again, do not and have not come across an documentation to help me understand.

    Any help here?

    jim28100

    (@jim28100)

    Hi Steven,
    I configured my EBD and CF7 combo so that on a successful submission the form was hidden and a thanks message replaced it. Maybe you could use this to do what you are after?

    First I added the following into the ‘Additional Settings’ field at the bottom of my CF7 form.

    on_sent_ok: "document.getElementById('hideCFform').style.display = 'none'; document.getElementById('showCFmessage').style.display = 'block';"

    After that I put the CF7 Form in a Div called ‘hideCFform’ and put my message in a separate Div called ‘showCFmessage’. I then hid the ‘showCFmessage’ with some CSS. I.E. #showCFmessage { display: none;}

    Once the form is sent successfully the ‘Additional Settings’ is actioned and the form is hidden and the message displayed.

    I hope this helps?

    J

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Email Before Video’ is closed to new replies.