Title: Button text not changing
Last modified: August 21, 2016

---

# Button text not changing

 *  Resolved [Harrychapp](https://wordpress.org/support/users/harrychapp/)
 * (@harrychapp)
 * [12 years ago](https://wordpress.org/support/topic/button-text-not-changing/)
 * I can’t get the text in my button to change, no matter what text I put in, the
   button will always display “Submit Query” in Firefox and IE, and will always 
   display “Submit” in Safari and Chrome. (tested on PC and Mac)
 * I have edited the code on my button to customise it’s style (background colour,
   font size, font alignment, button width etc.):
 *     ```
       <p align="center">
       	<input type="submit" style="width:100%;text-align:center;font-size:15px;background-color:#4f9be6;border-width:0px;" "value="submit" />
       </p>
       ```
   
 * I have been changing the text where it says “value=”submit”” but nothing seems
   to change. Am I doing something wrong? Are my customisations the cause?
 * [http://www.bluko.co.uk/discovery/](http://www.bluko.co.uk/discovery/)
 * [https://wordpress.org/plugins/mailchimp-for-wp/](https://wordpress.org/plugins/mailchimp-for-wp/)

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

 *  Plugin Author [Danny van Kooten](https://wordpress.org/support/users/dvankooten/)
 * (@dvankooten)
 * [12 years ago](https://wordpress.org/support/topic/button-text-not-changing/#post-4933376)
 * Hi Harry,
 * You should use the **Add MailChimp field** to create the HTML for you as that
   will ensure you’re using correct HTML.
 * In this case, your HTML should look like this.
 *     ```
       <input type="submit" style="width:100%;text-align:center;font-size:15px;background-color:#4f9be6;border-width:0px;" value="submit" />
       ```
   
 * (there was an additional ” )
 * Hope that helps!
 * PS. Should you have a quick minute to spare, a [plugin review here on WordPress.org](http://wordpress.org/support/view/plugin-reviews/mailchimp-for-wp)
   would make me quite happy. 🙂
 *  Thread Starter [Harrychapp](https://wordpress.org/support/users/harrychapp/)
 * (@harrychapp)
 * [12 years ago](https://wordpress.org/support/topic/button-text-not-changing/#post-4933515)
 * Yes that fixed it, damn I feel stupid for posting that mistake online!

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

The topic ‘Button text not changing’ is closed to new replies.

 * ![](https://ps.w.org/mailchimp-for-wp/assets/icon-256x256.png?rev=1224577)
 * [MC4WP: Mailchimp for WordPress](https://wordpress.org/plugins/mailchimp-for-wp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mailchimp-for-wp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mailchimp-for-wp/)
 * [Active Topics](https://wordpress.org/support/plugin/mailchimp-for-wp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mailchimp-for-wp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mailchimp-for-wp/reviews/)

## Tags

 * [browser](https://wordpress.org/support/topic-tag/browser/)
 * [button](https://wordpress.org/support/topic-tag/button/)
 * [submit](https://wordpress.org/support/topic-tag/submit/)
 * [submit button](https://wordpress.org/support/topic-tag/submit-button/)

 * 2 replies
 * 2 participants
 * Last reply from: [Harrychapp](https://wordpress.org/support/users/harrychapp/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/button-text-not-changing/#post-4933515)
 * Status: resolved