I have a BlogEntryDecorator to attach an image to a blog entry in admin area.
I modified the core to upload an image in frontend. I know, it's not the best practice and I know I need to override or overload the BlogHolder function: 'BlogEntryForm'.
How can I override or overload the BlogEntryForm() function?