Dropdown list label

Hi
How can I appear Labels of Drop Down list or Radio Button or checkbox instead of values of them after request submit

Thank you for your support

Hi Rami,

We only save the selected value of the drop-down list in the form data, that’s why it is appearing in the follow-up form.

What you can do is either:
1- In the drop-down list, have the same value as the label for each option.
2- Or create an OnSelectIndexChanged event handler that will populate the selected label value to a textbox field. And only display that textbox field in the form follow-up.

Best Regards,
Eddy.