• I just found this plug in and got it all set up and working with contact form 7 and download monitor. I have a few questions and I’m hoping someone can help.

    1) first and most pressing, where do the subscribers information go? I looked everywhere and I can not see the subscriber info anywhere.

    2) is there a way to make this work as a pop up? the user would hit a download button and a pop up would prompt them to sign up… that would be ideal.

    Thanks,

    https://wordpress.org/plugins/email-before-download/

Viewing 2 replies - 1 through 2 (of 2 total)
  • 1)

    The subscriber info gets stored in a couple of tables in the database. I think ebd_link and ebd_posted_data or something like that. The best way to get the subscriber data is to use the Export CSV feature from top of the EBD settings page in WordPress. That will generate a CSV file that you can then do something with (parse it with a script, load it into excel, etc).

    Aside from the database and CSV export, note that each submit of the EBD form causes a notification email to be sent to the wordpress administrator (or whatever email address you put in the To: field in the CF7 form that you made) and that notification email also contains the submitted form data.

    2)

    There is no specific built in support for running EBD in a popup window. I have seen test pages that people have made where they have it working in a popup, but I don’t know what plugin they used to make it work. I suspect you’d have to just try a few until you got one that worked — particularly if you are doing the ‘inline’ or ‘both’, since both of those use ajax to update the screen with the message and link, which might be an issue for some popup plugins I’d guess.

    I suggest to use the “Contact Form DB” plugin which creates a separate database for each of your Contact Forms you have created. Data will be written to the database that the contact form belongs to based on the contact form that was accessed.

    • This reply was modified 7 years, 5 months ago by sprad001.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Contacts’ is closed to new replies.