diff --git a/report-issue/index.php b/report-issue/index.php index 99b8765..5cf17a9 100644 --- a/report-issue/index.php +++ b/report-issue/index.php @@ -40,8 +40,8 @@ // Prepare the request $issueData = array( - 'body' => $_POST["subject"], - 'title' => $_POST["detail"], + 'body' => $detail, + 'title' => $subject, 'closed' => 'false' ); @@ -96,6 +96,11 @@

You have submitted:

+
+ +
+ +