Mercy Health and Aged Care Central Queensland Limited
Mercy Health and Aged Care

Missing Method in JobsController

You are seeing this error because the action employment_form.htm is not defined in controller JobsController

If you want to customize this error message, create app/views/errors/missing_action.thtml.

Fatal: Confirm you have created the JobsController::employment_form.htm() in file : app/controllers/jobs_controller.php

<?php
class JobsController extends AppController {
   function employment_form.htm() {
   }

}
?>