Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Carlos Gómez 25 posts 55 karma points
    Mar 24, 2021 @ 08:07
    Carlos Gómez
    0

    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.

Please Sign in or register to post replies

Write your reply to:

Draft