Simple patch adds a text input in the admin settings of each list. Then uses that setting as the submit button value on the subscription form. Defaults to "Sign Up!".

CommentFileSizeAuthor
mailchimp-submittext.patch1.87 KBspatical

Comments

levelos’s picture

Status: Active » Closed (won't fix)

Thanks, I appreciate the patch, but I don't think it's a good idea to further clutter the already very busy configuration screen for this settings. It can already be changed either using translations or via form_alter(). I'm open to a better default, though.

spatical’s picture

You are absolutely right. I got overly excited about making this mailchimp plugin perfect for everything I need on my website. I am going to update my forms using the form_alter method. That makes a lot more sense then adding to the clutter, and should stay more compatible with future mailchimp updates rather than modifying the mailchimp plugin.