luyadev/luya-module-contactform

Resolve values when exporting data

rolandschaub opened this issue · 1 comments

When exporting the submission data of a form, key values from checkboxes, radio buttons and selects should be resolved to their "definite" values, e.g. "Mr" and "Mrs" instead of "1" and "2", as otherwise the values have to be resolved manually after the export, which is a pain and error prone.

This is how it looks currently:

export

nadar commented

@rolandschaub the luya contactform module does not have any admin interface. So this is should be either a part of the admin module or must be solved in your application.