In order to improve it, how about a way to validate the fields in the forms: numbers only, alpha only, zipcode, telephone number, etc. things like those.
Maybe is already there and I amnot aware of.
Thanks for your attention,
Angel
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
some field verification is present (such for email field types, it checks for a valid email address), however you are right about having an arbitrary input verification option for a textbox. Infact, I have it as part of the nextgeneration version of the phpFormGenerator (3.0) that I am developing, just haven't implemented yet.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi.
Actually this works great...
In order to improve it, how about a way to validate the fields in the forms: numbers only, alpha only, zipcode, telephone number, etc. things like those.
Maybe is already there and I amnot aware of.
Thanks for your attention,
Angel
some field verification is present (such for email field types, it checks for a valid email address), however you are right about having an arbitrary input verification option for a textbox. Infact, I have it as part of the nextgeneration version of the phpFormGenerator (3.0) that I am developing, just haven't implemented yet.