I’m not sure about your question. The Summary control displays both, the field label or title, and the information the field would send to the server when the form is submitted.
For instance, if you are using a Single Line Text control, a Number field, a Calculated Field, or any other control that features an input box, the value will directly reflect the information entered by the user or the calculated result. Conversely, in controls that offer multiple choices—such as radio buttons, checkboxes, and dropdown fields—you have the ability to determine the information that will be submitted. This is done through the settings of the fields, allowing you to specify whether the submitted data will consist of the choices’ labels or values. This selected information will then be displayed in the summary control.
I´m sorry if I´m not explaining myself clearly. I understand your explanation about the Summary that displays the fieldname label and the information to submit (whether it is text or a value). What I’m aiming for is to have the label and both user selection (text and value) appear in the summary. Is it possible?
This reply was modified 1 year, 6 months ago by PB.