not allow for special characters
Hi ...
i have a field - type "text" and "password", and i want, that by input the dont have any special characters, mybe "# ... $ ... % ... )
please help someone
cu
ossi
Archive: not allow for special characters
not allow for special characters
Hi ...
i have a field - type "text" and "password", and i want, that by input the dont have any special characters, mybe "# ... $ ... % ... )
please help someone
cu
ossi
You could use StrFilter to filter the string. You can then compare the original to the result. If they are different, the user used an invalid character.
Thx a lot man!!!
It works!