Forms that were submitted is not showing up

Hi,

After filling and submitting the form.The filled form details is not showing up attached the screenshot below.

Can some one please help me out. The hierarchy will be like
1.National
2.Region
3. District
4.Health center
5.Person
The form which i submitted is a national form and in console i don’t see any errors.

1 Like

Hi, the default attribute referenced is name. Ensure that the attribute is present (if not in the form) and gets the intended value, whether a normal or calculated form field, to be persisted in the JSON doc.

2 Likes

Thanks @kitsao , upon updating the attribute value from contact_name to name its working fine.