diff --git a/application/views/addconfig.php b/application/views/addconfig.php
index 56af6465..0ece9cb8 100755
--- a/application/views/addconfig.php
+++ b/application/views/addconfig.php
@@ -258,7 +258,7 @@ $(function() {
{
?>
-
+
session->flashdata('error'); ?>
@@ -268,14 +268,14 @@ $(function() {
{
?>
-
+
session->flashdata('success'); ?>
'); ?>
@@ -379,7 +379,7 @@ $("#Edit").on("shown.bs.modal", function(e) {
function addHidden(theForm, key, value) {
// Create a hidden input element, and append it to the form:
var input = document.createElement('input');
- input.type = 'text';
+ input.type = 'hidden';
input.name = key;'name-as-seen-at-the-server';
input.value = value;
input.id=key;