Validation (not in a form)

Issues related to forms.
Post Reply
User avatar
Pablo
 
Posts: 21570
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Validation (not in a form)

Post by Pablo »

I'm sorry, I cannot help you with regular expressions.
However, this is standard HTML functionality. So, you can find lot of information about this on the Internet.

WWB dos not modify the behavior of regular expressions, so if it does not work then there is most likely a mistake in your settings.
User avatar
Starb7
 
 
Posts: 281
Joined: Tue Sep 05, 2006 12:35 pm
Location: Derbyshire

Re: Validation (not in a form)

Post by Starb7 »

Okidoke, any thoughts on the validation issues between browsers?
User avatar
Pablo
 
Posts: 21570
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Validation (not in a form)

Post by Pablo »

It should work the same in all browsers but this is unrelated to WWB.
Regular expressions are implemented in the browser not in WWB, the expression will be published "AS IS".
User avatar
Starb7
 
 
Posts: 281
Joined: Tue Sep 05, 2006 12:35 pm
Location: Derbyshire

Re: Validation (not in a form)

Post by Starb7 »

Please re-read post, nothing to do with reg expressions. This is another issue using basic validation. Cheers
User avatar
Pablo
 
Posts: 21570
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Validation (not in a form)

Post by Pablo »

HTML5 validation is standard HTML functionality. It is implemented in the browser.

Please see known limitations:
https://caniuse.com/#feat=input-number
User avatar
Starb7
 
 
Posts: 281
Joined: Tue Sep 05, 2006 12:35 pm
Location: Derbyshire

Re: Validation (not in a form)

Post by Starb7 »

Thanks for the info. Cheers
Post Reply