Is there a way to validate a form field?
Example, message error if a field only contains numbers, not letters.
Is there a way to validate a form field?
Example, message error if a field only contains numbers, not letters.
A forthcoming feature is to evaluate fields against an admin entered regex statement. This would allow the functionality you are looking for, I just haven't finished it yet.
Great!
Any release date?
Not yet, I'm way overwhelmed IRL (in real life), my fall semester ends the first week of December so hopefully I can dig into this by the end of the year. Not to be crass, but if you are desperate for it and willing to pay me off I can push it up, but otherwise it'll be around then.
Don't worry, I can wait...
Thanks anyway! Yo're doing a very good job.
Please, PM me the cost to develope this feature.
Thank you.
I have added Regex to the development version of Register Plus Redux. You may test it out. Enter a valid regular expression as an option on any text field to have Redux evaluate that field against the specified regex. For example, the following regex will only allow alphanumeric characters.
/^[A-Za-z0-9]+$/
http://downloads.wordpress.org/plugin/register-plus-redux.zip
This topic has been closed to new replies.