Title: Form doesn&#039;t work and doesn&#039;t return error
Last modified: August 20, 2016

---

# Form doesn't work and doesn't return error

 *  [Carolina Mayumi](https://wordpress.org/support/users/carolaweb/)
 * (@carolaweb)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/form-doesnt-work-and-doesnt-return-error/)
 * Hi
 * My form MailChimp doesn’t send the email and doesn’t return error or confirmation
   message.
 * Can I remove “Email Adress” on the top of input and put inside email input?
 * How I put my own CSS style at the form?
 * My website is [http://www.poamodaeconsultoria.com/index.php](http://www.poamodaeconsultoria.com/index.php)
 * Thanks so much!
 * [http://wordpress.org/extend/plugins/mailchimp/](http://wordpress.org/extend/plugins/mailchimp/)

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

 *  Thread Starter [Carolina Mayumi](https://wordpress.org/support/users/carolaweb/)
 * (@carolaweb)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/form-doesnt-work-and-doesnt-return-error/#post-3472713)
 *  [mc_tak](https://wordpress.org/support/users/mc_tak/)
 * (@mc_tak)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/form-doesnt-work-and-doesnt-return-error/#post-3472965)
 * Hey Carolina,
 * Thanks for posting in the forum. In trying to access that provided link, it looks
   like that page is no longer active. Would you be able to provide us with another
   link to an active portion of your site, that has that non-working sign up form?
   This will allow us to take a look at the site it’s on, and also try to replicate
   the issue on our end.
 * In regards to ‘removing’ the email adress label, if you only have the one single
   email address field visible on your form, you can make it hidden by using something
   like this:
 *     ```
       #mc_signup_form .mc_var_label {
       display: none;
       }
       ```
   
 * This will effectively make all labels on your form hidden.
 * I’m afraid that the plugin doesn’t provide a direct option of placing the label/
   placeholder text inside of the input field of the email address. Instead, you
   may consider using the workaround/alteration that one of our forum’s posters 
   suggested in this thread here:
 * [http://wordpress.org/support/topic/plugin-mailchimp-list-subscribe-form-request-add-placeholder-text-for-mailchimp-widget?replies=21](http://wordpress.org/support/topic/plugin-mailchimp-list-subscribe-form-request-add-placeholder-text-for-mailchimp-widget?replies=21)
 * For CSS, you should be able to style the form with your own CSS by using the 
   developer tools on your browser and finding the CSS classes/ID’s that you need
   to make declarations for. Once you have those identified, you should just be 
   able to place that CSS code on your WordPress Theme’s stylesheet.
 * If you have any questions, let us know!
 * -tk

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

The topic ‘Form doesn't work and doesn't return error’ is closed to new replies.

 * ![](https://ps.w.org/mailchimp/assets/icon.svg?rev=3156997)
 * [Mailchimp List Subscribe Form](https://wordpress.org/plugins/mailchimp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mailchimp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mailchimp/)
 * [Active Topics](https://wordpress.org/support/plugin/mailchimp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mailchimp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mailchimp/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [mc_tak](https://wordpress.org/support/users/mc_tak/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/form-doesnt-work-and-doesnt-return-error/#post-3472965)
 * Status: not resolved