Customize the view of data from database in CC V_5

Display text labels instead of stored IDs in ChronoConnectivity data views.

Overview

The issue occurs because dropdown and radio button values are stored as numeric IDs in the database, making the displayed data difficult to understand.
Adapt the solution from the ChronoForms FAQ by modifying the data processing to convert stored IDs back into their corresponding text labels before displaying them in the view.

Answered
Ar ArnKor 04 Nov, 2015
Hi again,

i created a form in CF_5 to submit project information. After sending the form the user is redirecded to his project page where all records are shown using CC.

What i would like to achieve: All values from dropdowm and radio boxes are stored as numbers/ids from that fields, like 0=NO, 1=Yes

For emailing that form data i used custom code to change the content of the mail so it shows 'Yes' or 'No'.

How can i do this using CC showing data rows that way?

Thanks & kindest regards,
AK
Ar ArnKor 04 Nov, 2015
Answer
i adapted this solution:

http://www.chronoengine.com/faqs/63-cfv4/cfv4-working-with-form-data/3222-how-can-i-get-useful-data-from-select-drop-downs-checkboxes-and-radio-buttons.html
This topic is locked and no more replies can be posted.