Can I put some separation in my form heading?

  • Ahurley24
    Asked on June 20, 2016 at 4:46 PM

    In other words, I use a 10 - 1 rating.  10 being the highest and 1 being the lowest.  There is also the option of N/A or not applicable.  However, if I put the N/A at the end, occasionally people will make the N/A when they intended to rank something as a 1.  Any suggestions on how I can eliminate this potential problem?

  • David JotForm Support Manager
    Replied on June 20, 2016 at 6:35 PM

    I see you have added another column, which is a good idea:

    Can I put some separation in my form heading? Image 1 Screenshot 30

    Inject the following CSS code to hide the radio buttons: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    .form-matrix-column_10{

        width: 35px;

    }

     

    #input_11_0_10,

    #input_11_1_10,

    #input_11_2_10,

    #input_11_3_10,

    #input_11_4_10,

    #input_11_5_10,

    #input_11_6_10,

    #input_11_7_10,

    #input_11_8_10,

    #input_11_9_10,

    #input_11_10_10,

    #input_11_11_10,

    #input_11_12_10{

        display: none !important;

    }

    Result: https://form.jotform.co/61716644476867 

    Can I put some separation in my form heading? Image 2 Screenshot 41

     

    Let us know if you need more help.