I'm seeing very old forum posts regarding cross-field validation in Contour. Is that still a "feature request", or has something (workaround perhaps) been provided?
Using the razor macro (that's default at this point) you can hook into the controller and add additional validation rules (so you can combine multiple fields in the rule...)
Even easier is when you use code first approach details on that here (look at the validation method)
Cross-Field Validation Yet?
I'm seeing very old forum posts regarding cross-field validation in Contour. Is that still a "feature request", or has something (workaround perhaps) been provided?
Thanks.
Comment author was deleted
Using the razor macro (that's default at this point) you can hook into the controller and add additional validation rules (so you can combine multiple fields in the rule...)
Even easier is when you use code first approach details on that here (look at the validation method)
http://umbraco.com/follow-us/blog-archive/2012/11/6/contour-30-features-code-first.aspx
is working on a reply...