I want to remove input prompt icon, but I can't find any answer.
<input oninvalid="this.setCustomValidity('Please enter valid email address')" type="email" name="EMAIL" placeholder="Enter your email address" id="mce-EMAIL" class="email" required />
I add custom error message. Maybe exist any parameter for input to delete that icon. Do you know some resources how to style that input prompt.