Okay
  Public Ticket #2689947
Mailchimp form - duplicate success message
Closed

Comments

  • Byron started the conversation

    Hi there, 

    I've applied a simple form which integrates with Mailchimp. As you'll see, it displays two successful submission messages. I don't know how to prevent that. Could you please advise?

    Byron

  •  647
    Alexandre replied

    Hi Byron,

    Please go to wp-admin>theme options>custom css/js
    And add this code in the custom css field:

    .sr-mailchimp-message + .sr-mailchimp-message {
    display: none;
    }


    Thanks,


    Alexandre from the Sonaar.io Crew