How to save dropdown list name instead of ids

I have the following dropdown list which shows a list of contacts. The saved report in couch contains the selected ids. How can I save the selected names instead of ids?

If you add a field after the field absent_chv with type: hidden and name: name, then it should save the names too.

4 Likes