Title: message allready subscribed
Last modified: September 1, 2016

---

# message allready subscribed

 *  Resolved [BartTheMan](https://wordpress.org/support/users/barttheman/)
 * (@barttheman)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/message-allready-subscribed/)
 * Hi,
 * I filled in the custom field “email allready subscribed” with my own message.
   But when that happens, Mailchimp adds more textx than I have put in my default
   reply.
 * Here is the generated code :
 * <p class=”yikes-easy-mc-error-message yikes-easy-mc-error-message-1 yikes-easy-
   mc-hidden”>Je bent al ingeschreven op deze lijst. Des te beter !! To update your
   MailChimp profile, please [click to send yourself an update link](https://wordpress.org/support/topic/message-allready-subscribed/?output_format=md#).
   </p>
 * How can this be helped ?
 * [https://wordpress.org/plugins/yikes-inc-easy-mailchimp-extender/](https://wordpress.org/plugins/yikes-inc-easy-mailchimp-extender/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Evan Herman](https://wordpress.org/support/users/eherman24/)
 * (@eherman24)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/message-allready-subscribed/#post-7504876)
 * Hi BartTheMan,
 * That additional text “To update your MailChimp profile, please click to send 
   yourself an update link.” is generated when you have a form set to update existing
   subscriber info.
 * You can set this option to false, to not update existing subscribers – and you’ll
   get the message without the ending part (click to send yourself an update link
   etc.).
 * If for some reason, you still want that you can do so using the built in filte
   that we have provided:
 * [https://yikesplugins.com/support/knowledge-base/change/](https://yikesplugins.com/support/knowledge-base/change/)
 * Example:
 *     ```
       function alter_double_optin_text( $text, $update_link ) {
           $update_link = str_replace( 'click to send yourself an update link', 'Klicken Sie sich ein Update Link zu senden.', $update_link );
           return 'So aktualisieren Sie Ihre MailChimp Profil, bitte ' . $update_link;
       }
       add_filter( 'yikes-easy-mailchimp-update-existing-subscriber-text', 'alter_double_optin_text', 10, 2 );
       ```
   
 * Thanks!
    Evan
 *  Thread Starter [BartTheMan](https://wordpress.org/support/users/barttheman/)
 * (@barttheman)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/message-allready-subscribed/#post-7504928)
 * Ok thx.
 * Bart
 *  Plugin Contributor [Tracy Levesque](https://wordpress.org/support/users/liljimmi/)
 * (@liljimmi)
 * 🏳️‍🌈 YIKES, Inc. Co-Owner
 * [9 years, 10 months ago](https://wordpress.org/support/topic/message-allready-subscribed/#post-7505079)
 * Hello,
 * The ability to customize the profile email validation messages and the email 
   that gets sent out was added to the new update we just pushed out today.
 * You will find it under Custom Messages.
 * Enjoy!
    -Tracy

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘message allready subscribed’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/yikes-inc-easy-mailchimp-extender_a1c7e5.
   svg)
 * [Easy Forms for Mailchimp](https://wordpress.org/plugins/yikes-inc-easy-mailchimp-extender/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yikes-inc-easy-mailchimp-extender/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yikes-inc-easy-mailchimp-extender/)
 * [Active Topics](https://wordpress.org/support/plugin/yikes-inc-easy-mailchimp-extender/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yikes-inc-easy-mailchimp-extender/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yikes-inc-easy-mailchimp-extender/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [Tracy Levesque](https://wordpress.org/support/users/liljimmi/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/message-allready-subscribed/#post-7505079)
 * Status: resolved