diff --git a/layouts/v7/modules/Vtiger/resources/List.js b/layouts/v7/modules/Vtiger/resources/List.js
index a1ce135152ea795c38cd447088d4f6db67dc417f..731d425c3baa9c8a8822855fa3e9c92b4bb9cd9e 100644
--- a/layouts/v7/modules/Vtiger/resources/List.js
+++ b/layouts/v7/modules/Vtiger/resources/List.js
@@ -1379,7 +1379,7 @@ Vtiger.Class("Vtiger_List_Js", {
 			}
 
 			//add url params for hidden fields needed for the save request
-			var hiddenFields = form.find("input[type=hidden]");
+			var hiddenFields = form.children("input[type=hidden]");
 			hiddenFields.each(function(i, obj){
 				key = $(this).attr("name");