Figured it out. I just needed to add identify the prefix as Site and the front end base_path to the config parameter when calling the getView function. Worked like a charm.
So the call looks like this:
So the call looks like this:
Code:
$view = $this->getView('Form', $viewType, 'Site', ["base_path" => "path/to/frontend/component"]);
Statistics: Posted by skurvish — Tue Feb 06, 2024 5:53 pm