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.