Multiline question

  • gilpal
    Asked on October 10, 2017 at 7:00 AM

    Hi,

    I want to add a question that contains bullets in the actual question text (and not add them in the answer itself as multi or single select).

    for example:

     

    question:

    Do you have one of the follwing:

    (bullet) item 1

    (bullet) item 2

    (bullet) item 3

     

    Answer:

    Yes

    No

  • Marvih
    Replied on October 10, 2017 at 9:38 AM

    You can write that items with bullet using a "Text" Field.  Then use a "Single Choice" Field on your Yes/No question.

    Multiline question Image 10

    I have created an example on this link https://form.jotform.com/72823449454968

    The source code for the Text with bullets is.

    <p>Do you have one of the following ?</p>

    <p style="padding-left: 30px;">&bull;&nbsp;Bullet 1</p>

    <p style="padding-left: 30px;">&bull;&nbsp;Bullet 2</p>


    <p style="padding-left: 30px;">&bull;&nbsp;Bullet 3</p>

  • gilpal
    Replied on October 10, 2017 at 10:43 AM
    I've tried this solution. the problem with that is that if the response is
    mandatory than the red astrix indicating mandatory field appear on a
    question without text (i cant write "Yes or No" because there are more
    options that that - Yes, No, Unsure, Other, and it seems wired to write it
    all down.
    ...
  • Marvih
    Replied on October 10, 2017 at 10:47 AM

    Hi Can you give us more details on what you are aiming to do so we can provide more solution or workaround. 

    Thanks,