I’m developed an extension to add validation to the text field type. Once this extension is enabled you’ll see a drop down when your editing (or creating) a text field. Choose from the list to validate entries against a specified regular expression. Or if you’re feeling adventurous, switch the field type to a Drop-down List and enter a regex in the textarea like so:
v:/^[a-z]+$/i
Just note that all the regex’s have to start with a ‘v:’ followed by the expression. Fell free to add as many php-valid modifiers as you’d like. The above would ensure that the field is composed of all alphanumeric characters.
1.0.1 Downloads: 2
1.0.2 Downloads: 15
