• Dani

    (@danicasati)


    Is there a way to validate a form field?
    Example, message error if a field only contains numbers, not letters.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author radiok

    (@radiok)

    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.

    Thread Starter Dani

    (@danicasati)

    Great!
    Any release date?

    Plugin Author radiok

    (@radiok)

    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.

    Thread Starter Dani

    (@danicasati)

    Don’t worry, I can wait…
    Thanks anyway! Yo’re doing a very good job.

    Thread Starter Dani

    (@danicasati)

    Please, PM me the cost to develope this feature.
    Thank you.

    Plugin Author radiok

    (@radiok)

    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]+$/

    https://downloads.www.ads-software.com/plugin/register-plus-redux.zip

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Register Plus Redux] Validate field’ is closed to new replies.