10
l0om
7y

I totally agree... now go tell my client.

Comments
  • 1
    But how do you check server-side ?
    Never trust user input :(
  • 3
    @Strannch on PHP I use filter_var with FILTER_VALIDATE_EMAIL. But most clients only care for what they see and in fact I understand the need for client-side validation (always with server-side validation too, of course)

    And when you use HTML native validation for email inputs, it allows test@test which is a valid email according to RFC 822 but not according most of my clients... 😥
  • 0
    I've written pretty decent email validations.
    It isn't hard to cover most cases.
  • 0
    @Ashkin is it public?
  • 0
    @Naptic do you mean the form? Yes, it is (well, it'll be. It's currently under development)
  • 0
    @Naptic sorry, I got the notification and didn't see you were talking to @Ashkin... 😅
  • 0
    @Naptic No.
    As with bloody everything it's under NDA. 😡
Add Comment