Required field enhancement
Brought to you by:
vittal
I would love to have the option to do this:
required: password; error: No Password!!
Otherwise you get sent to the error.tpl and have to
retest for all of your variables. I'm dealing with
forms with 50 variables. I'd hate to have to retest
all of them constantly.
Currently the only work-around is:
unless password then error: No Password!!
But then, what would the required be good for then?