How to delete rows in a Matrix field.

  • gmulliken
    Asked on March 18, 2016 at 10:44 AM

    Good Morning:

    I have created a survey using the matrix format. I want the responder to only have a choice of four possible responses in a single horizontal line. I have tried deleting the "row" part of the matrix and keeping the four responses on the column. However the original rows with the wording keep appearing in preview.

    Can I fix this?

     

    Thanks, GM

  • David JotForm Support Manager
    Replied on March 18, 2016 at 11:45 AM

    If you want to delete rows, simply select your matrix, click on the gear icon, and click on "Edit Properties", you will see the rows options, delete the ones you don't want to show, finally save and preview your form:

    How to delete rows in a Matrix field Screenshot 30

    Also, it looks like your font-size is too small, you might want to increase it:

    How to delete rows in a Matrix field Screenshot 41

    Just inject the following CSS codehttps://form.jotform.com/60774185405963 

    .form-all {

    font-size: 15px !important;

    }

    Let us know if you need more help.