diff --git a/etemplate/js/etemplate2.js b/etemplate/js/etemplate2.js index d911d68531..024f7ffe08 100644 --- a/etemplate/js/etemplate2.js +++ b/etemplate/js/etemplate2.js @@ -322,6 +322,7 @@ etemplate2.prototype.postSubmit = function() var etemplate_id = jQuery(document.createElement("input")) .attr("name",'etemplate_exec_id') + .attr("type",'hidden') .val(this.etemplate_exec_id) .appendTo(form);