• Resolved arazsalahli

    (@arazsalahli)


    Hi,

    I finally managed to create the popup with your plugin. I have two questions. I am using MailPoet plugin to send newsletters to the customers and I couldn’t find how to integrate two plugins so when customer signs up on the website, he/she will show up on subscribers list of MailPoet. I also couldn’t find how to change the text color on the label of submit button for subscription form.

    Regards,
    Araz

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Bel

    (@belimperial)

    Hi @arazsalahli

    Thank you for getting in touch!

    If you are using the Shortcode: Subscription Form from Popup Maker, I’m afraid it is not available to select the MailPoet form in the shortcode of Popup Maker. However, you may use the shortcode of MailPoet and add it to the content of the popup. You can also use the editor to add the form.

    Please see: https://share.getcloudapp.com/Jrugr19q

    To change the text color on the submit button’s label for the Popup Maker shortcode: subscription form, you may need to use custom CSS. In general, we try to leave the popup content’s styling to you and the plugins/themes installed on your site.

    I hope that helps.

    Please let us know if this helps solve the matter or if you need further assistance, adding the MailPoet form in the popup.

    Thread Starter arazsalahli

    (@arazsalahli)

    Hi @belimperial,

    Thank you for the answers. I got your point but is there any plugin like MailPoet thar you have direct integration through shortcode (subscription form)? As i know, you do not offer email creation function, so what is the point for collecting the subscribers through shortcode if we can’t use/transfer this data?

    Regarding the text color of the label, i just want to change it to black and bold. Can you please help me with the CSS code?

    Thread Starter arazsalahli

    (@arazsalahli)

    @belimperial I also couldn’t find the email editor icon on the toolbar. Should I install another plugin for that?

    Bel

    (@belimperial)

    Hi @arazsalahli

    You are welcome! Glad I could help you out.

    We have integration with MailChimp. You can check our extension plugin here MailChimp Integration

    With the extension plugin, you can use the shortcode subscription form of Popup Maker with the MailChimp. Please note you can export the list of subscribers from Popup Maker by using third-party plugins. You may try using Database Browser and look for the table wp_pum_subscribers and then select the CSV button to download the list.

    For the CSS of the placeholder or label of the input field, you can try this custom CSS:

    input.mailpoet_text::placeholder {
        color: #000;
        opacity: 100;
        font-weight: bold;
    }

    Here is the output when the custom CSS is used: https://share.getcloudapp.com/QwukgA9R

    On the other hand, please could you explain in greater detail what you mean by the email editor icon? Do you want to add an email icon on the content of the popup, or is it the shortcode icon in the editor to select the shortcode: subscription form of Popup Maker?

    I hope the above information helps.

    Let us know if you have any questions or further assistance is needed with this matter.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Integration with MailPoet and change color of submit button label’ is closed to new replies.