verox
verox

Reputation: 11

symfony 1.4 - form validation if some field checked

Like in title. I need validate some fields only if some checkbox is choosen. How can I do that?

Thanks for help.

Upvotes: 0

Views: 1325

Answers (1)

Vlad Jula-Nedelcu
Vlad Jula-Nedelcu

Reputation: 1696

use a postValidator.

see an example here

Upvotes: 1

Related Questions