{
"Name": "State",
"Definition": {
"Type": "TextField",
"Label": "IL",
"Description": "",
"DefaultValue": null,
"IsRequired": true,
"IsEnabled": true,
"Constraints": {
"MaxLength": -1,
"ForbiddenChars": [],
"ValidationRule": "",
"ValidationInformation": "",
"UniquenessConstraint": "",
"CreationRule": ""
}
}
}
I have this code in template generator file.json. Converted that to .template extension file and dropped in C:\ProgramData\protected-networks.com\8MAN\data\templates but the state is not being picked up when creating user. How should I modify this code?