I have a dashboard that contains an embedded S123 form. When a data record is selected on the dashboard, the S123 displays the proper data except for one text field (see attached).
The field is a text field with the following inputMask >AAA to force 3 capital letters. Other fields with inputMask set are working.
Ideas?
Thanks,
--gary
On your survey, is the pictured field actually tied to the submitted form? I have a form where the user enters some value, and there's actually a background calculation that populates a hidden field for the "real" value. Because of this, the user-entry field appears blank upon editing, unless I explicitly include it in the survey URL.
survey-url?mode=edit&globalId={globalid}&field:placeholder_field={real_value}
The field is filled out in the field by the user and is part of the submitted form and is not a calculated field.
--gary