email not validating

4 replies · opened Aug 13, 2019

SsupermanageAug 14, 2019

So actually the specification says that it should be:

email = 1*( atext / "." ) "@" label *( "." label )

something@something.something

however if you check the example in your car demo, you can do something@something without the last label as specified in the specs and it is valid.

Hope that makes sense.

SSemicolon WebSTAFFAug 14, 2019

Hello,

You can simply consider adding the .customjs Class on the .form-widget Element to disable the Validation JS on the Form. And then use the following Input code inside the Form:

You will see the exact same result with the Default HTML5 Check and with the Canvas's Validation Plugin turned off. The user@website will get passed.

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard