[SOLVED] Form does not load saved Rating

Hello guys,

I used Likert Scale which stored the selected data in Multiline Text field. Now it does not work due parsing the data ["5"] to the Likert Scale. I have somewhere noticed that you added "Number" field as acceptable option. But have you removed the support for Multiline Text fields? For me, it is now a but complicated due to restructuring the entire solution which used Multiline Text because at that time, the Plumsail Designer did not support other data field that Multiline Text for Likert Scale :frowning:

Thank you for confirmation, that Likert Scale data can be stored only in "Number" field. But in the documentation you state, it works also for Multiline Text.

I am quite confused right now :slight_smile: Maybe something has broken on my side? What would you suggest to do?

EDIT: Console error:
spform.js:1 Parsing error. Field: question1Rating. Value: ["4"], Error: SyntaxError: Unexpected token '&', "["4"]" is not valid JSON
(Record which stores this data for Likert Scale)

EDIT2: All mapping disappeared from the Forms Designer, so the data is not being stored to anywhere due no even able to choose a field to save to. I am not sure why. Tried to create a new field, but it did not help.

Thank you
Stepan

Hello,
sorry my fault. I have intentionally changed with Powershell the "Plain Text" fields to "Rich Text." That's why this issue occurred.
I hope this could somehow help the people when saving Likert Scale to Multiline Text field and alongside work with powershell and adjusting the columns properties :slight_smile:

Sorry, SOLVED.
Stepan