This commit is contained in:
@@ -17,7 +17,7 @@ namespace AyaNova.Biz
|
||||
|
||||
var OuterJson=JObject.Parse(formCustom.Template);
|
||||
//var FormTemplate = JArray.Parse(formCustom.Template);
|
||||
var FormTemplate=OuterJson["template"];
|
||||
var FormTemplate=(JArray)OuterJson["template"];
|
||||
var FormFields = FormAvailableFields.FormFields(formCustom.FormKey);
|
||||
// var ThisFormNormalFieldsList = FormFields.Where(x => x.Custom == false).Select(x => x.Key).ToList();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user