How to hide the label in the form view but display in the Preview Answers window

  • hiloz1
    Asked on May 20, 2016 at 7:19 AM

    Hello,

     

    Questions will be input (for it is to be displayed on the confirmation screen before transmission)

    I want to set so as not to be displayed in the input screen of the site.
    (The reason is, because they describe the same thing in the upper text field)

     

    How to hide the label in the form view but display in the Preview Answers window Image 1 Screenshot 20

     

    Please tell me if there is a way.

    Thank you very much.

  • Welvin Support Team Lead
    Replied on May 20, 2016 at 9:46 AM

    If you want to hide the label, you can do that using a custom CSS codes. If it's the "全硬度" field, simply inject the following custom CSS codes in the form:

    label#label_56 {

        visibility: hidden;

    }

    Here's how to inject: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    The label will be hidden in the form view, but is visible in the preview window.

  • hiloz1
    Replied on May 20, 2016 at 11:19 PM

    I was able to understand in a very easy-to-understand explanation.

    Thank you very much.

    Although the basic question, do you know whether any label number do?

  • liyam
    Replied on May 21, 2016 at 12:46 AM

    Hello, 

    You can get the ID by checking the HTML souce code. If you are using Chrome, you can press the right click of your mouse and select Inspect

    How to hide the label in the form view but display in the Preview Answers window Image 1 Screenshot 30

     

    Or you can press F12 on your keyboard and it will do the same and show the source of your web page.

    How to hide the label in the form view but display in the Preview Answers window Image 2 Screenshot 41

    If you have more questions, please do let us know.

    Thank you :)

  • hiloz1
    Replied on May 21, 2016 at 2:46 AM

    Ah. I see!

    I'm glad if you look at the source code!

    I was not aware of such simple things.

    Thank you!

  • liyam
    Replied on May 21, 2016 at 3:47 AM

    You are welcome :)

    Please let us know if you have other questions.

    Thanks!