Skip to content

Commit

Permalink
feat(#158): ask for first name before last
Browse files Browse the repository at this point in the history
  • Loading branch information
aloundoye committed May 13, 2024
1 parent 6d45624 commit 4937607
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/config/chis-civ/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,13 @@
}
],
"contact_properties": [
{
"friendly_name": "First Name",
"property_name": "first_name",
"type": "string",
"parameter": ["\\(*First*\\)"],
"required": true
},
{
"friendly_name": "Last Name",
"property_name": "last_name",
Expand Down

0 comments on commit 4937607

Please sign in to comment.