Is it possible to make the average invisible for users but visible in report, with a css code?

  • Ondernemen
    Asked on June 22, 2020 at 8:12 AM

    In my form lasprio I use slides with figures. Under the slides the average amount is visible. Is it possible to make the average invisible for users but visible in report, with a css code? The figures after the slides have to stay visible for users.

    See: http://icecream.me/59a37884a85014d513dd099a3fff34d4 

  • Girish JotForm Support
    Replied on June 22, 2020 at 9:37 AM

    Hello,

    Please add this CSS code to the Customer CSS tab of all the widgets:

    td#result{

    visibility: hidden;

    }

    Since only the visibility is hidden, the result will show on your reports and submission page.

    Related Guide: https://www.jotform.com/help/428-How-to-Inject-CSS-Codes-to-Widgets 

    RESULT:

    15928330012206 22 Screenshot 10