Form is created but unable to assign to the people

I have created a simple form using xsl forms . But i am unable to assign people to that form . I have added form into our cht directory forms>app>myform.xsl and also created myform.properties.json to assign that form but still it is not working . myform.properties.json contains

 "title": "My Form",
 "icon": "icon-healthcare-assessment",
 "context": {
       "person": true,
       "place": false
       
 }
}

It is now working . It’s seems like the problem is with the build file and now it is solved.

2 Likes

:+1: Thanks for following up @durga.tukilogic!

1 Like