Scrollable section

  • frcr_sg
    Asked on July 23, 2015 at 11:37 PM

     

    My form has 2 sections.

    want to make the 2nd scrollable so that can still see the first (top) section , when scrolling down the browser

     

    thank

  • Sammy
    Replied on July 24, 2015 at 3:14 AM

    Unfortunately the said feature is not available out of the box,

    We can use CSS to implement the required feature

    #LABEL_ID{
    position: fixed;
    bottom: 30px;
    right: -14px;

    }

    could you provide a link to the form so that we can be able to get a picture of how it can be implemented on the form.

     

    Thanks