diff --git a/view/js/acl.js b/view/js/acl.js index b36fa97a1..411190ac9 100644 --- a/view/js/acl.js +++ b/view/js/acl.js @@ -95,6 +95,12 @@ ACL.prototype.on_submit = function() { that.form_id.append(""); }); + var formfields = $('.profile-jot-net input').serializeArray(); + + $.each(formfields, function(i, field) { + that.form_id.append(""); + }); + }; ACL.prototype.search = function() {