Summary field of text answers

  • optimed
    Asked on August 20, 2019 at 9:49 AM

    Hello,

    I want to create a summary field that will display ON different lines the results.

    I have a few checkbox groups for example:

    What kind of finish do your want?

    Option 1
    Option 2
    Option 3

    What industries are you in?

    Option 1
    Option 2
    Option 3

    If nothing is selected, the summary field should be empty. However if Option 1 and 2 are selected from the finish and Option 2 and 3 are selected from the industry, I would like the Summary to look exactly like this:

    Finish requested : Option 1, Option 2

    Industry : Option 2, Option 3

    If only one checkbox group is selected, the "Title" of that one should appear but not the other and I want to be able to put the results of multiple field on different lines. I do not seem to have this option with the "Calculation fields", they will just concatenate everything one after the other without line breaks or etc...

  • Kiran Support Team Lead
    Replied on August 20, 2019 at 11:01 AM

    You may add the break <br/> tag in the conditional calculation so that you may display the fields in separate lines in the long text field. Please see the screenshot below:

    156631319020082019 202844 Screenshot 10

    Here is the demo form that you may take a look by selecting first option on both checkbox fields.

    https://form.jotform.com/92314785956975

    156631330320082019 203116 Screenshot 21

    Thanks!