Viewing 1 replies (of 1 total)
  • go to plugins directory.
    newsletter/widget.php
    at the line no 25-30 update the code
    Old:
    $form .= '<p><input class="newsletter-email" type="email" required name="ne" value="' . esc_attr($options_profile['email']) . '" onclick="if (this.defaultValue==this.value) this.value=\'\'" onblur="if (this.value==\'\') this.value=this.defaultValue"/></p>';

    Updated Code:
    $form .= '<p><input class="newsletter-email" type="email" required name="ne" value="" placeholder="Email"/></p>';

    After that you will see there will be no more warnings in the console.

Viewing 1 replies (of 1 total)
  • The topic ‘The specified value 'Email' is not a valid email address’ is closed to new replies.