If we upgrade to JotForm v3, will our JotForm be changed in any way? I'm not sure if we have v. 1 or 2.

  • uteplibertz
    Asked on March 27, 2017 at 9:03 PM

    I want to change how the Quick Library Links display - 3 on each row instead of what's on our form currently.  

    If we upgrade to JotForm v3, will our JotForm be changed in any way?  Im not sure if we have v Screenshot 20

  • liyam
    Replied on March 28, 2017 at 2:01 AM

    Hello uteplibertz,

    To answer your question on your title, you are using version 4 (the latest version of the builder). Version 3 still exists but shall cease in the next coming months.

    Now, to answer your concern on your display links, please insert this CSS code into your form:

    #id_64, #id_77, #id_66, #id_68, #id_71, #id_79 {
      margin-right: 0;
      padding-right: 0;
    }

    #id_65, #id_78, #id_67, #id_70, #id_72, #id_81 {
      margin-left: 0;
      padding-left: 0;
      margin-right: 5px;
      padding-right: 5px;
    }

    #cid_65, #cid_78, #cid_67, #cid_70, #cid_72, #cid_81 {
      line-height: 30px;
      padding-bottom: 0;
      margin-bottom: 0;
    }

    You can follow this guide on how to inject CSS codes into your form: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    If you are having difficulty following the instructions and would like for us to do the insertion for you, please let us know.

    Thanks.