Total field always visible even when user scrolls

  • Arlen10
    Asked on December 28, 2014 at 3:02 AM
    In other words, how do I get the total at the bottom of the page to appear with the screen as it scrolls. That way the customer can make changes while seeing his/her total. Something on the side of the form would work too.
  • Carina
    Replied on December 28, 2014 at 7:14 AM

    From what I understood you wish the total to be permanently visible while user is scrolling the page. 

    For this you need to add a css code similar to this one:

    #id_13

    {position: fixed;

    background-color: #ffffff;

    z-index: 10;}

    You can test the demo form:

    http://form.jotformpro.com/form/43612540101943? 

    As some further adjustments are necessary please let us know the form's url so we can assist you further.