How to customise server-side validation for custom FieldTypes
Using Contour 3.0.9 with Umbraco 6.0.2 MVC I've created custom fieldtypes with fieldtype razor files, which have been great. The problem has been around server-side validating the form input.
What is the best way to invalidate a form submission due to errors in supplied data? Unfortunately I can't use the Code First approach as I need business owner to create the forms.
Does it require hacking into the umbraco.businesslogic.ApplicationBase events?
PS, I'm not talking about public override List ValidateSettings() on types, that validate the associate type settings.
How to customise server-side validation for custom FieldTypes
Using Contour 3.0.9 with Umbraco 6.0.2 MVC I've created custom fieldtypes with fieldtype razor files, which have been great. The problem has been around server-side validating the form input.
What is the best way to invalidate a form submission due to errors in supplied data? Unfortunately I can't use the Code First approach as I need business owner to create the forms.
Does it require hacking into the umbraco.businesslogic.ApplicationBase events?
PS, I'm not talking about public override List ValidateSettings() on types, that validate the associate type settings.
is working on a reply...