diff --git a/application/controllers/Forms.php b/application/controllers/Forms.php index 2a3cc5c..f0cd063 100644 --- a/application/controllers/Forms.php +++ b/application/controllers/Forms.php @@ -10,6 +10,9 @@ class Forms extends CI_Controller // If not logged in, redirect to login page redirect('users/login'); } + + + // Load the model that handles the form data $this->load->model('preview_model');