Hello. I have a Umbraco Forms form with short and long answer, multiple selection answers, unique selection answers, file upload and so...
The idea is to create a content node that have option group lists and checkbox lists.
Is it possible to assign Forms Multiple choice field to Document Type CheckBoxList attribute without any conversion?
I am mapping:
Forms Single choice to Doctype Umbraco.RadioButtonList
Forms Multiple choice to Doctype Umbraco.CheckboxList
But it seems it is not working well. When opening the new content node created in this workflow, it shows a "Failed to retrieve data for content id 1116", and I suspect it is because of that mapping.
Log shows this error:
Newtonsoft.Json.JsonReaderException: Unexpected character encountered while parsing value: A. Path '', line 0, position 0.\r\n at Newtonsoft.Json.JsonTextReader.ParseValue()\r\n
So I suspect that there is no a direct match between multiple selection and checkbox list.
From Umbraco Forms to Umbraco Content Node
Hello. I have a Umbraco Forms form with short and long answer, multiple selection answers, unique selection answers, file upload and so...
The idea is to create a content node that have option group lists and checkbox lists.
Is it possible to assign Forms Multiple choice field to Document Type CheckBoxList attribute without any conversion?
I am mapping:
Forms Single choice to Doctype Umbraco.RadioButtonList Forms Multiple choice to Doctype Umbraco.CheckboxList
But it seems it is not working well. When opening the new content node created in this workflow, it shows a "Failed to retrieve data for content id 1116", and I suspect it is because of that mapping.
Log shows this error:
Newtonsoft.Json.JsonReaderException: Unexpected character encountered while parsing value: A. Path '', line 0, position 0.\r\n at Newtonsoft.Json.JsonTextReader.ParseValue()\r\n
So I suspect that there is no a direct match between multiple selection and checkbox list.
Any help will be greatly appreciated.
Thanks in advance.
is working on a reply...