Excerpts from Ian Wilson's message of Sat Feb 20 05:52:10 -0300 2010:
> Hello hello,
>
> You probably want to create a chained form validator. Then apply the
> validators to the combo fields manually depending on if your checkbox
> is True or False. There are other ways to do this but I've creat
Hello hello,
You probably want to create a chained form validator. Then apply the
validators to the combo fields manually depending on if your checkbox
is True or False. There are other ways to do this but I've created a
pastie of one. You can mess around and see if it fits what you need.
http
Hi everyone,
I have three validations on a schema (one for a checkbox with a
StringBool validation and two combo boxes using OneOf validations) and I
want to enforce validation on combos if the check box is true, otherwise
I want FormEncode to ignore them.
I checked FormEncode documentation an