When you load new install and review the Morgan individual, the data column loads with:
{
"suffix": "Mr",
"first_name": "Morgan",
"last_name": "Cole",
"address": {
"street": "90 Wellington St",
"city": "Ottawa",
"province": "Ontario",
"country": "Canada",
"postal_code": "K1A 0A4"
},
"phone": "1-888-111-2222",
"email": "[email protected]",
"birth_date": 63676800
}
But when you register a new individual, and add their persona through portal, the form produces something such as:
{
"firstName": "some first name",
"lastName": "some last name"
}
@baddlan @mario-digitalstate please reconcile the proper format and update form or data fixtures.