Hi there, i’m trying to implement custom server-side validation for a safecracker form. I’ve got my custom extension working fine, listening out for the safecracker_submit_entry_start hook, but i can’t find out how to forward any custom errors on to SC, eventually returning my errors to the form page.
I’ve looked thru the forum, the docs and the SC sourcecode, but no joy. Is there a safecracker mechanism for custom server side validation?
Just to be specific: my custom validation extension receives an uploaded video from the form and sets up a remote video transcoding job, and so any errors from that are really important, considering the user has just uploaded a huge file.