Form Block

Permalink
Generally everywhere in C5 you can override files. But I seem to be having some trouble overriding the mini_survey.php file. I want to edit some of the HTML tags that it's responsible for without having to edit the core directly [as that's a no-no].

Is it actually possible to override that file or a case of a dev not knowing what he or she is doing?

jmorris
 
uimatters replied on at Permalink Best Answer Reply
uimatters
In your override file, try updating the namespace to Application\ instead of Concrete\ and see if that works.
jmorris replied on at Permalink Reply
jmorris
I'm a dummy. It was the namespace issue.