Can't remove the sub-label

  • aceiglobal
    Asked on June 27, 2019 at 5:27 PM

    I have created a form and am having 2 issues and can't find how to correct them.  Please help if possible.

     

    The link to the form is:  https://www.jotform.com/build/91128981612156

     

    At the very bottom where it says "Tota Amount Due"  underneath it says "Description"  I have left that Payment Box Sub Label blank and it says description on the form.  I have also changed it to "FEES" and it still says description.  I don't really want any Sub Label.  Is this possible?

     

    Second question:  Right now I have the fields for the pricing numbers lined up underneath throughout Section E but I would like to have a column to the right that lines up in a column, but the problem I am having is the don't line up when I move them to the right.  Is it possible to set column widths so that it can be uniform in look?

     

    Thank You for your help



  • jherwin
    Replied on June 27, 2019 at 6:33 PM

    I removed the sub-label "Description" in your TOTAL AMOUNT DUE field and it works, kindly check your form to confirm.

    For your second question, could you please show us a screenshot of the field you are referring to?

    Guide: How-to-Post-Screenshots-to-Our-Support-Forum

    Looking forward to your response.

  • aceiglobal
    Replied on June 28, 2019 at 1:05 AM

    Here is 2 screenshots of the form section I am referring to:  1 is with Shrink on so the field is to the right of the price which I would like aligned straight down as opposed to unorganized looking and the other is shrink off where the fields are underneath the price.


    I drew on the screenshot to show how I wold like to have it aligned so all the fields in that section of "E" are evenly aligned down the column.


    1561698271shrink on Screenshot 10


    1561698295shrinnk off Screenshot 21

  • jherwin
    Replied on June 28, 2019 at 2:53 AM

    Please try to inject the custom CSS code below to your form:

    input#input_8 {
        left : 10px!important;
        position : relative!important;
    }
    input#input_10 {
        left : 21px!important;
        position : relative!important;
    }

    Guide: How-to-Inject-Custom-CSS-Codes

    Please give it a try and let us know how it goes.