Comments Byron started the conversationFebruary 12, 2021 at 5:55pmHi 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 667Alexandre repliedFebruary 12, 2021 at 6:10pmHi Byron, Please go to wp-admin>theme options>custom css/jsAnd add this code in the custom css field:.sr-mailchimp-message + .sr-mailchimp-message {display: none;}Thanks, Alexandre from the Sonaar.io Crew Sign in to reply ...
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
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