disable email validation
-
Hi,
I need to disable “email validation”. How can I do that?Additional info:
I’ve found these solutions but none of them worked for me??:1- Change Html Email
From
<input type=”email” >
To
<input type=”text” >
I couldn’t find the Html email2- Add this code to Function.php
<form novalidate>
<input type=”email”/>
</form>The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘disable email validation’ is closed to new replies.