pagebreaks in product list

  • lunchymoon
    Asked on February 2, 2017 at 12:49 AM
    2) can I insert a page brake within the products list? I have around 20 items and it is a long list on the same page.
  • omerorkun JotForm Data Scientist
    Replied on February 2, 2017 at 2:39 AM

    Hi,

    You can insert the following CSS code into your form in order to have a larger break between your products:

    .form-product-item{

        padding:15px;

    }

    I hope this helps. 

    Thank you for contacting us. 

    Cheers!

  • lunchymoon
    Replied on February 2, 2017 at 6:37 AM

    Hi Thanks. This has been helpuful but I mean a page brake with the button (ex. "go to the next page" button)

     

    Thanks

  • omerorkun JotForm Data Scientist
    Replied on February 2, 2017 at 6:48 AM

    Hi,

    Oh, I see. I'm afraid that's not possible since all your products are listed within the payment field. We're not able to put page breaks between the elements of a single field. If you'd like to list your products with checkboxes though, that'd be possible. It does need some further calculations to pass the payment field but we can provide assistance you on this if it's ok for you. 

    Thank you!

  • lunchymoon
    Replied on February 2, 2017 at 7:01 AM

    Hi,


    thanks for the quick reply. Yes i know the method to pass the value to the cacluclation plugin but I prefer the payment plugin for now. In any case the snippet of css you provided me has improved the view of the items but I set it to 30px:

    .form-product-item{

        padding:15px;

    }

    a collegue of you also provided another snippet of code to add some space between the product, but it did not help much:


    span.form-product-item.hover-product-item {

        height: 53px !important;

    }

    Can you tell me the differences between the two snippet above?


    Thank you!



  • omerorkun JotForm Data Scientist
    Replied on February 2, 2017 at 7:13 AM

    I have just written a response which describes the difference between them here :)

    Cheers!

  • lunchymoon
    Replied on February 2, 2017 at 7:14 AM

    Thank you!