This commit is contained in:
@@ -16,9 +16,9 @@ namespace AyaNova.Biz
|
||||
return;
|
||||
|
||||
|
||||
var OuterJson = JObject.Parse(formCustom.Template);
|
||||
//var FormTemplate = JArray.Parse(formCustom.Template);
|
||||
var FormTemplate = (JArray)OuterJson["template"];
|
||||
//var OuterJson = JObject.Parse(formCustom.Template);
|
||||
var FormTemplate = JArray.Parse(formCustom.Template);
|
||||
//var FormTemplate = (JArray)OuterJson["template"];
|
||||
var ThisFormCustomFieldsList = FormAvailableFields.FormFields(formCustom.FormKey).Where(x => x.Custom == true).Select(x => x.Key).ToList();
|
||||
|
||||
//If the customFields string is empty then only validation is if any of the fields are required to be filled in
|
||||
|
||||
Reference in New Issue
Block a user