• Resolved bkcl

    (@bkcl)


    Hello,

    I was referred here from Mailchimp for WP plugin.

    I would like the Form messages (after the checking of input email address) to pop up after the user has input his email. e.g. upon successful subscription; to check their email for confirmation. upon wrong email address; to inform user that the address is wrong.

    It seems like some Javascript is required but I do not have any background in it, so I would appreciate any help I can get. Thanks!

    -Ben

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

    (@lapzor)

    Hi Ben,

    In short, there is no easy out of the box way to do what you want.

    If you don’t have any background in coding and php + javascript this might turn out to be a not so easy task, but here are some pointers…

    You could hook into “mc4wp_form_errors” via your themes functions.php
    https://developer.mc4wp.com/reference/hooks/mc4wp_form_errors/
    Knowledge of PHP coding is a must for this.

    We have events that trigger on the form, for example when the form is submitted, here is an example where we use the submitted event to send some data to Google Analytics:
    https://mc4wp.com/kb/form-events-google-analytics-tracking/
    With that you could trigger some Javascript based on what is returned in the “form” array when triggered.
    In this case, knowledge of javascript would be a must.

    Hope that helps!

    Plugin Contributor Lap

    (@lapzor)

    Since there have been no replies to this topic for awhile I will now close this ticket as resolved.

    If you still have a problem or you have a similar problem as posted above, please open a NEW topic. Don’t forget to include a link to a page where we can see the issue whenever possible. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mailchimp for WP integration with boxzilla’ is closed to new replies.