@@ -414,6 +414,7 @@ function fcontinue2(){
}
print('finished checking existing forms');
//only those that are allowed to create formsa
+ print('Status: '+qForm[creatorModeColumn]);
if (qForm[creatorModeColumn]!='TRUE') continue;
let fbox=config.document.createElement("div");