s2cuts has asked for the wisdom of the Perl Monks concerning the following question:
Error:- type: Textarea name: pdc label: Comments cols: 60 rows: 4 constraints: - Required when: field: pd value: 1
Any ideas on what I'm doing wrong?*.yml: YAML::XS::Load Error: The problem: mapping values are not allowed in this context
EDIT: This is the solution.
It required some experimentation on my part, but if someone here knows where in the docs something like this might be explained, they should probably post a link for future reference. I would imagine it's in one of the FormFu docs, or possibly even the Config::General docs (could not find it myself).constraints: - type: Required when: field: pd value: 1
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: HTML::FormFu applying conditional constraint to element in form config file
by Anonymous Monk on Apr 18, 2011 at 05:50 UTC |