• Resolved scarpinoc

    (@scarpinoc)


    Hello friends =)
    I’m a newbie and this is my request:

    I want to send automatically a zip file + text to my customers when they insert they own e-mail. In short I want to create an email to send to my customers using Popup maker.
    Is it possible to get this with Popup maker?
    Also, I’m using WMPL so, I must have two popup languages.
    As a Newsletter system, We are using the plug-in called “The Newsletter”.

    Thank you very much!

    • This topic was modified 2 years, 7 months ago by scarpinoc.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Maria T

    (@mariatogonon)

    Hello @scarpinoc – thanks for writing in to us!

    Are you trying to set up a download file after a user submitted a form inside the popup?

    If so, then yes you can achieve that using our Popup Maker plugin and with the help of the Ninja Forms plugin. To give you more details, kindly check out this documentation on how to Subscribe to Download File Using Popup Maker and Ninja Forms. This will show you the step by step guidelines that you needed.

    I hope that helps and if you have any other questions, please don’t hesitate to reach us back here.

    Have a great day!

    Thread Starter scarpinoc

    (@scarpinoc)

    Hello Maria,
    thank you for the fast answer. No, I didn’t try yet. I’m studying the best method to get my goal.
    As I wrote, I use “THE NEWSLETTER” plug-in in my website. I don’t want to add another newsletter plug-in. One is more than enough =)
    Do you think is it possible to connect Popup Maker with the “THE NEWSLETTER” plug-in?
    Also, do you have some simple tutorial to explain how to create a popup and send an email to the customers with the attached files?

    Thank you!

    Bel

    (@belimperial)

    Hi @scarpinoc

    Thank you for your reply.

    Currently, the newsletter plugin is not included in one of the supported form builder plugins. You may need to use the supported plugin like the Gravity Forms to achieve a download file after the form is submitted.

    You may check the list of plugins Popup Maker has integration with here: Popup Maker Integration with WordPress Form Builder Plugins

    On the other hand, if you have a premium access, you may log a feature request to have integration with the Newsletter plugin here.

    In response to
    “Also, do you have some simple tutorial to explain how to create a popup and send an email to the customers with the attached files?”
    – We don’t have a tutorial on how to create a popup that can send an email to customers with the attached files. The Popup Maker shortcode subscription form doesn’t have this feature as well to send emails to users who have submitted the form.

    I believe what you would need is an email service like MailChimp that can send emails to users who submitted the form. In case you go with MailChimp, you can use the MailChimp Integration extension plugin and the shortcode subscription form of Popup Maker to have a connection to the email service.

    I hope that helps.

    Let us know if you have any questions or clarification on this matter.

    Plugin Support mark l chaves

    (@mlchaves)

    Hi @scarpinoc,

    If your attachments are PDFs, images, or zip files, we recommend you upload your attachments to your media library and include links to those files in your email campaigns.

    If your WordPress site doesn’t allow zip uploads, you can try enabling zip uploads by adding this function to your child theme’s functions.php file.

    add_filter('upload_mimes', 'custom_upload_mimes');
    function custom_upload_mimes ( $existing_mimes=array() ) {
        // add your extension to the mimes array as below
        $existing_mimes['zip'] = 'application/zip';
        $existing_mimes['gz'] = 'application/x-gzip';
        return $existing_mimes;
    }

    We’re going to close this thread since we haven’t heard back from you.

    Feel free to post a new issue or contact us directly if you need help with anything else.

    https://wppopupmaker.com/support/

    Cheers 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How can I send email+files to subscribers with Popup Maker?’ is closed to new replies.