• Resolved jimario

    (@jimario)


    I’m using MailChimp & Boxzilla. I want to make it so that a confirmation message opens up in a box once someone has submitted a subscribe button.

    Currently the confirmation message appears on the same page as the form. I would instead like the confirmation message be contained in a popup box. Please advise if this is possible.

    https://www.ads-software.com/plugins/boxzilla/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Lap

    (@lapzor)

    Hi,

    This would be possible with some custom Javascript code.

    You will have to make a box for each error message and then use the triggers from MailChimp for WordPress forms to open a different box for each situation.

    If you are not familiar with writing your own javascript code this might not be the best solution for you.

    On the bottom of this page you see all the event hooks that you will need to hook into:
    https://mc4wp.com/kb/form-events-google-analytics-tracking/

    Opening a boxzilla box is possible from JS like this:
    Boxzilla.show( 123 ); where 123 is the ID number of the box.

    Thread Starter jimario

    (@jimario)

    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mailchimp: open box with "message sent" message’ is closed to new replies.