statamic / v2-docs

Statamic v2 Documentation
https://v2.statamic.com
54 stars 133 forks source link

Specify that “fields” key must be prepended on validation rules #466

Open billmn opened 4 years ago

billmn commented 4 years ago

To use validation rules like required_if, required_with, same the fields. string must be added before the field name.

But this note missing from the docs.

billmn commented 4 years ago

NOTE: v3 doesn't require fields. to be prepended