PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Regular expressions with each new field

  1. Pieter Viktor Kindt
    Member

    HI

    I would want to be able to validate each and every field with regular expressions like I can in cForms.
    In the backend I would want an extra field with each field I create where I state how the input should be structured and validate against it.
    eg. when i want an account number which looks like 000-000000-00 I could state that the input should look like
    [0-9][0-9][0-9]-[0-9][0-9][0-9][0-9][0-9][0-9]-[0-9][0-9]

    I would be great to be able to add that field to the advanced fields so I can use it over and over again.

    Posted 13 years ago on Monday January 31, 2011 | Permalink