You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
all the whitespaces and other non-numeric characters are stripped from field zip before validation
whitespaces are stripped from the beginning and end of field phone before validation. Only digits and whitespaces are allowed inside the string. The first character can be a digit or +. All the other characters are stripped from the string.
whitespaces are stripped from the beginning and end of fields email and www before validation
the modified version of the field must be returned if validation fails
The text was updated successfully, but these errors were encountered:
petkivim
changed the title
Whitespaces must be stripped from certain fields
Whitespaces and other defined characters must be stripped from certain fields
Oct 29, 2016
Added filtering rules to public ISBN and ISSN forms. Forbidden
characters are stripped from certain fields and erroneus user input is
automatically corrected. #37#35
Acceptance criteria:
zip
before validationphone
before validation. Only digits and whitespaces are allowed inside the string. The first character can be a digit or+
. All the other characters are stripped from the string.email
andwww
before validationThe text was updated successfully, but these errors were encountered: