Conditionally hidden field not shown in form

  • jadamsfort
    Asked on December 16, 2015 at 3:00 PM

    I created a form, and when I preview it, part of what is in my form is not showing up.

     

    Above Resolution & Notes there should be a box with the wording "Please describe in detail so we can better assist you". You can see it on my original form, but WHERE DID IT GO?

  • David JotForm Support
    Replied on December 16, 2015 at 3:19 PM

    Hi,

    You have a condition added to your form to only show that field if "Other" is selected from the "Problem Category" field:

    Conditionally hidden field not shown in form Image 1 Screenshot 30

    The field will only be shown when that condition is met.  Deleting the condition or selection "Other" from the appropriate field will show the hidden field.

    On a side note, you can remove the JotForm logo if you'd like. 

    Go into the Form Designer, click Form Cover, click Clear and save the change:

    Conditionally hidden field not shown in form Image 2 Screenshot 41

    Alternatively, add the following rule to your jotform's injected CSS:

    .form-all:before {
    background-image: none;
    }