Hard line break in version 4

  • salamone
    Asked on January 10, 2018 at 3:21 PM

    I sent you two messages and have had no reply.  I need to know immediately how to do a hard line break in version 4.  In the past I could revert to version 3 and use <br> but can no longer find a way to revert to version 3.  So please get back to me as soon as possible or fix my form yourself.


    salamone@vip.net

    GBwineorders 



  • David JotForm Support
    Replied on January 10, 2018 at 6:29 PM

    It looks like we followed with your question in your other thread here:

    https://www.jotform.com/answers/1343903-Labels-trying-to-add-a-Hard-Line-Break-

    If you have further questions, let us know there and we will be happy to help.

  • salamone
    Replied on January 12, 2018 at 12:50 PM

    That's your answer? That my problem can't be solved?  No options for fixing it?  That is lame and I'm very disappointed.  This is a simple problem: wine on one line, price immediately below it.  There's got to be a way to fix that.  Just saying version 3 can no longer be accessed is NOT helpful.


  • David JotForm Support
    Replied on January 12, 2018 at 1:10 PM

    Our response in your other thread only mentions that the requested line breaks are no longer available.  There was no mention of not being able to set up your form to place one portion of the label on a new line.  That can be done by setting the width of each label to wrap the price portion to a new line.  I was not entirely sure what "fix my form" meant.

    Adding the following code to your form would wrap the labels correctly:

    https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    #label_194 {
        width : 180px !important;
        margin-right : 20px;
    }

    #label_201, #label_197, #label_196, #label_210 {
        width : 140px;
        margin-right : 60px;
    }

    #label_202, #label_204, #label_208 {
        width : 160px;
        margin-right : 40px;
    }

    Here is how the form would look with the code added:

    https://form.jotform.com/80115478352960