Title: BUG ADDED INPUT BUTTON BELOW
Last modified: August 22, 2016

---

# BUG ADDED INPUT BUTTON BELOW

 *  Resolved [andre-luiz](https://wordpress.org/support/users/andre-luiz/)
 * (@andre-luiz)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/bug-added-input-button-below/)
 * Hello my friend, an input below the send button has been added
 * –> <input type=”text” name=”_mc4wp_required_but_not_really” value=””>
 * I did not add this input what may have happened ? I’ve done all procedures deactivated
   plugins to see if it was a possible conflict , cleared the browser cache and 
   theme, switched to the default theme for WP and yet is not removed the input 
   below the submit button .
 * I’m sending some screen shots to check and maybe tell me what may have occurred.
 * PS . I’m using on a Template Page modified .
 * URL bug page :
    [http://www.mileumaviagens.com.br/teste-l/](http://www.mileumaviagens.com.br/teste-l/)
 * Below are the images of screen shots to help:
 * 1) [http://i.cubeupload.com/jP6LBm.jpg](http://i.cubeupload.com/jP6LBm.jpg)
 * 2) [http://i.cubeupload.com/BlO12d.jpg](http://i.cubeupload.com/BlO12d.jpg)
 * 3) [http://i.cubeupload.com/algM5W.jpg](http://i.cubeupload.com/algM5W.jpg)
 * 4) [http://i.cubeupload.com/uSkPZi.jpg](http://i.cubeupload.com/uSkPZi.jpg)
 * 5) [http://i.cubeupload.com/gKFjKA.jpg](http://i.cubeupload.com/gKFjKA.jpg)
 * [https://wordpress.org/plugins/mailchimp-for-wp/](https://wordpress.org/plugins/mailchimp-for-wp/)

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

 *  Thread Starter [andre-luiz](https://wordpress.org/support/users/andre-luiz/)
 * (@andre-luiz)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/bug-added-input-button-below/#post-5837106)
 * iMazed Can you help me ???
 *  [christawhite](https://wordpress.org/support/users/christawhite/)
 * (@christawhite)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/bug-added-input-button-below/#post-5837168)
 * I have got the exact same problem!
 *  Plugin Author [Danny van Kooten](https://wordpress.org/support/users/dvankooten/)
 * (@dvankooten)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/bug-added-input-button-below/#post-5837173)
 * Hi Andre & Christa,
 * This is the honeypot field, which should be hidden for human eyes so only bots
   are tricked into filling it. If filled, the form submission will be marked as
   spam.
 * Now, the strange part is that it’s visible for you. Which browsers are you using?
   The plugin should add a piece of CSS to your page that hides the field, and if
   that doesn’t work it uses JavaScript to hide it as a fallback mechanism.
 * Any URL’s to your site would be very much appreciated – the URL Andre sent me
   doesn’t work for me..
 * Let me know, would love to help!
 *  Thread Starter [andre-luiz](https://wordpress.org/support/users/andre-luiz/)
 * (@andre-luiz)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/bug-added-input-button-below/#post-5837194)
 * This page was created by min and it has no hooks :
 * <? php get_footer ( ); ?>
 * <? php get_header ( ); ?>
 * Elah is a Template Page
 * <? php
    Template Name : Landing Page Guides * / ?>
 * Could he be so ?
 *  Plugin Author [Danny van Kooten](https://wordpress.org/support/users/dvankooten/)
 * (@dvankooten)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/bug-added-input-button-below/#post-5837206)
 * HI Andre,
 * Your page is inaccessible from where I’m at, getting the “This webpage is not
   available” error..
 * If you go into that Template, do you see a call to `wp_head()` in the `header.
   php` file and a call to `wp_footer()` in the `footer.php` file?
 * Anyway, can you try adding the following piece of CSS to your theme, either by
   editing your theme stylesheet or by using a plugin like [Simple Custom CSS](https://wordpress.org/plugins/simple-custom-css/).
 *     ```
       .mc4wp-form input[name="_mc4wp_required_but_not_really"] { display: none; }
       ```
   
 * Let me know if that worked please!
 *  [theauravier](https://wordpress.org/support/users/theauravier/)
 * (@theauravier)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/bug-added-input-button-below/#post-5837234)
 * Hey
 * I have exactly the same problem here : [http://scared.io/](http://scared.io/)
 * And I tryed the solutions above, … but didn’t work
 * What should i do ?
 * Thanks for your help Dany
 *  Plugin Author [Danny van Kooten](https://wordpress.org/support/users/dvankooten/)
 * (@dvankooten)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/bug-added-input-button-below/#post-5837290)
 * Hi [@theauravier](https://wordpress.org/support/users/theauravier/),
 * That is very strange, did you rollback to the previous version? Adding the following
   code to your theme stylesheet should definitely work in all browsers back to 
   Internet Explorer 7.
 *     ```
       .mc4wp-form input[name="_mc4wp_required_but_not_really"] { display: none !important; }
       ```
   

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

The topic ‘BUG ADDED INPUT BUTTON BELOW’ 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/)

 * 7 replies
 * 4 participants
 * Last reply from: [Danny van Kooten](https://wordpress.org/support/users/dvankooten/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/bug-added-input-button-below/#post-5837290)
 * Status: resolved