Accept only name and space in html form -


i'm trying create sign page want user can enter proper name without integer or thing space , character should accept i'm trying pattern="[a-za-z]{3,10}"but it's accepting character, it's not accepting space

just add blank space pattern -

$pattern="[a-za-z ]{3,10}"; 

Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -