Would be nice to be able to specify a field type, and
have the generator generate code to validate values as
they are entered. Examples: numbers, printableString,
hexNumbers, etc.
Generates which didn't support in-place checking (e.g.
static html) would ignore this directive.
Logged In: YES
user_id=76242
Some of these are there (and even documented. Run perldoc
QWizard for details). EG,
-check_value => \&qw_integer
mandates that it be an integer.
IE, there are some "helper" check functions available for use if
you want them.