Trying to create different questions for each row - but it won't let me

  • akuns123
    Asked on December 3, 2018 at 5:30 PM

    Trying to create different questions for each row - but it won't let me add a new row

    Tried added or and still not allowing what I'm looking for

    Do you have a financial planner?: Yes/No - If Yes, who? _________

    Do you have an insurance professional?: Yes/No - If Yes, who? _________

    Do you have a CPA/Tax Preparer? Yes/No - If Yes, who? _________

    Do you know of a family member, friend or associate that is in need of a mortgage professional? Yes/No - If Yes, who? _________

  • Kevin Support Team Lead
    Replied on December 3, 2018 at 7:46 PM

    While using the Configurable List widget is not possible to display the questions on rows, the configured fields will be displayed inline. 

    However, you may customize the widget to display the options as you want, here is an example about the CSS code you may use: https://www.jotform.com/help/456-How-to-Make-the-Configurable-List-Widget-Mobile-Responsive 

    Also, note that you will need to set up two fields for each question, for example: 

    A radio button for: Do you have a financial planner?: Yes/No

    A text box for:  If Yes, who? _________

    Then with CSS code display both fields in line and move the next question to the next line. 

    If you want to show the "If Yes, who?" field according to the selected option on the previous question or you're not familiar with CSS codes,  then you may instead use basic elements instead of widgets and implement conditional logic.

    This guide will help you with the fields available on JotForm: https://www.jotform.com/help/46-Quick-Overview-of-Form-Fields 

    This guide will help you with the show/hide conditions: https://www.jotform.com/help/316-How-to-Show-or-Hide-Fields-Base-on-User-s-Answer 

    If you need to display two elements inline, then you may refer to this guide: https://www.jotform.com/help/90-Form-Field-Positioning 

    I hope this helps.