Question label of a field is not displaying on the form

  • choreo
    Asked on October 26, 2020 at 8:02 PM

    I am seeing (2) problems with a form I just created? Form name is "PianoWorks Inventory Request".

    If you go to the URL I have provided, and click the "REQUEST CURRENT INVENTORY LISTING" button at the top, you will see the JotForm appear.

    1) The white text is missing above the area text field that says "What type of piano are you searching for?". It shows up fine in the Form-Builder, just not the published version?

    2) The Submit Button seems to use the "gold-color" style for the hover and down states, but it just is black with white text in the unchecked state? How can I make that button stand out more before it is clicked?

    THANKS!

  • Kiran Support Team Lead
    Replied on October 27, 2020 at 12:13 AM

    The question label for the field 'What type of piano are you searching for?' shall be displayed by adding the following CSS code to the form.

    #label_11 {

     display: block;

    }

    The other question related to Submit color button is moved to a separate thread and shall be addressed there shortly.

    https://www.jotform.com/answers/2657485

    Thanks!