Title: Duplicate id
Last modified: August 22, 2016

---

# Duplicate id

 *  Resolved [rjpedrosa](https://wordpress.org/support/users/rjpedrosa/)
 * (@rjpedrosa)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/duplicate-id/)
 * Hi.
 * I need to insert a subscribe form widget both in the sidebar and in the footer,
   that has a single input (e-mail). But the inputs get the same HTML id (mc4wp_email),
   which causes a validation error. How can make it have different ids?
 * Thank you.
 * [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)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/duplicate-id/#post-5178705)
 * Hi there,
 * You can simply remove the `id="mc4wp_email"` part from the form mark-up to get
   rid of this validation error.
 * So, the following..
 *     ```
       <input type="email" name="EMAIL" id="mc4wp_email" />
       ```
   
 * Becomes..
 *     ```
       <input type="email" name="EMAIL" />
       ```
   
 * Hope that helps, good luck!
 *  Thread Starter [rjpedrosa](https://wordpress.org/support/users/rjpedrosa/)
 * (@rjpedrosa)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/duplicate-id/#post-5178763)
 * But won’t that break up the CSS?

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

The topic ‘Duplicate id’ 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

 * [duplicate](https://wordpress.org/support/topic-tag/duplicate/)
 * [id](https://wordpress.org/support/topic-tag/id/)
 * [input](https://wordpress.org/support/topic-tag/input/)

 * 2 replies
 * 2 participants
 * Last reply from: [rjpedrosa](https://wordpress.org/support/users/rjpedrosa/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/duplicate-id/#post-5178763)
 * Status: resolved