Can I get the Form Calculations widget to hoover over the survey so it can be seen at all times.

  • CatchALiftFund
    Asked on August 23, 2017 at 1:47 PM
  • BJoanna
    Replied on August 23, 2017 at 2:39 PM

    Like this?

    Can I get the Form Calculations widget to hoover over the survey so it can be seen at all times Screenshot 20

    Here is my demo form: https://form.jotformpro.com/72345634549968 

    Feel free to test it and clone it

    I added this CSS code to my form to set the fixed position of the Calculation widget:

    li#id_18 {

        position : fixed;

        top : 0;

        z-index : 1;

        background-color : #3FB2BD;

        color : #FFF;

        width : 645px;

    }

    How to Inject Custom CSS Codes

     

    You can use the same code on your form, but you will have to change the ID of the field. 

    How to Find Field IDs and Names

    If you are unable to do it, provide us the ID of your form and we will help to position the Calculation widget.

    Hope this meet what you are looking for.