E-Mail verification over HTML
-
Hello David F. Carr,
While I used your plugin, which is not necessarily easy to use but very comprehensive and full of features, I noticed one thing that I would like to share here.
When you enter an email address, it is checked after you send it, but not when you enter it. As far as I know, you can fix this by checking the email via HTML or JavaScript (Some users block JavaScript over TOR or Browser-Add-On).
I found these sources and hope they can help:
https://www.w3schools.com/tags/att_input_pattern.asp
<form action="/action_page.php">
<label for="email">Email:</label>
<input type="email" id="email" name="email"
pattern="[a-z0-9._%+\-]+@[a-z0-9.\-]+\.[a-z]{2,}$">
<input type="submit">
</form>Best regards Jonpre
You must be logged in to reply to this topic.