Can I customize presentation of "form fields" in cardform text widget?

  • GLtenn2019
    Asked on February 9, 2020 at 1:34 PM

    I want to use multiple choice widget and have selected choices pass through to the text widget form field using multiple choice "field detail" . Right now selected choices will be displayed in the text widget listed with commas; ie. choice #1, choice #2, choice #3, choice #4. 

    Is it possible to format the text form detail to show the selected choices as either separate bullets, numbers, or just separate lines (see below). I want to get rid of commas.

    choice #1

    choice #2

    choice #3

    choice #4

    Thank you!

  • Elton Support Team Lead
    Replied on February 9, 2020 at 2:00 PM

    There's a workaround for that but it may be laborious if you have too many checkbox options (Multiple Choice). That is to pass each checkbox option into a separate textbox field (Short Text Entry). After that, use each textbox field parameter into the text element.

    Example: https://form.jotform.com/200395091470047 (feel free to clone this form so you can inspect the fields set up & conditions)

    So basically, you have to create conditions to pass each selected option to individual textboxes.

    Can I customize presentation of form fields in cardform text widget? Image 1 Screenshot 40

    Example condition:

    Can I customize presentation of form fields in cardform text widget? Image 2 Screenshot 51

    Then on the text element:

    Can I customize presentation of form fields in cardform text widget? Image 3 Screenshot 62

  • GLtenn2019
    Replied on February 9, 2020 at 2:06 PM

    Thank you for your response. I was hoping for something less tedious but that would probablly  work.

    Thanks again.