diff --git a/application/controllers/Oqrs.php b/application/controllers/Oqrs.php index 3500ad1d..66042f60 100644 --- a/application/controllers/Oqrs.php +++ b/application/controllers/Oqrs.php @@ -160,6 +160,7 @@ class Oqrs extends CI_Controller { } $data['callsign'] = $this->security->xss_clean($postdata['callsign']); + $data['usermessage'] = $this->security->xss_clean($postdata['message']); $message = $this->load->view('email/oqrs_request', $data, TRUE); diff --git a/application/views/email/oqrs_request.php b/application/views/email/oqrs_request.php index 1518fc85..b1e55fe3 100644 --- a/application/views/email/oqrs_request.php +++ b/application/views/email/oqrs_request.php @@ -1,8 +1,12 @@ Hi, -You got an OQRS request from . +You got an OQRS request from . +The user entered the following message: + + + Please log into your Cloudlog and process it. Regards, -Cloudlog. \ No newline at end of file +Cloudlog.