Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Danny van Kooten

    (@dvankooten)

    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

    (@rjpedrosa)

    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.