Title: Extra input area after form?
Last modified: August 21, 2016

---

# Extra input area after form?

 *  Resolved [aileenbd](https://wordpress.org/support/users/aileenbd/)
 * (@aileenbd)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/extra-input-area-after-form/)
 * I’ve been messing with the CSS a little, but for some reason a random input box
   appeared after the form. How can I remove it?
 * [http://www.boiledeggsandsoldiers.com/](http://www.boiledeggsandsoldiers.com/)
 * [https://wordpress.org/plugins/mailchimp-for-wp/](https://wordpress.org/plugins/mailchimp-for-wp/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Danny van Kooten](https://wordpress.org/support/users/dvankooten/)
 * (@dvankooten)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/extra-input-area-after-form/#post-4670408)
 * Hi there,
 * That’s strange, I included a fix for this in the next version of the plugin.
 * You can apply the fix right away by adding the following piece of CSS to your
   theme stylesheet.
 *     ```
       #mc4wp-form-1 textarea {
       	display: none !important;
       }
       ```
   
 * An easy way to add this CSS is by going to **Appearance > Editor**.
 * Hope that helps!

Viewing 1 replies (of 1 total)

The topic ‘Extra input area after form?’ 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/)

 * 1 reply
 * 2 participants
 * Last reply from: [Danny van Kooten](https://wordpress.org/support/users/dvankooten/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/extra-input-area-after-form/#post-4670408)
 * Status: resolved