Date of Birth Title not showing up on form

  • nickgillis
    Asked on March 16, 2018 at 11:15 AM

    The birthday picker is no longer displaying the title above the selection fields.  please help. Nothing else on the form has changed

    https://stronginsuranceagencyky.com/auto-quote

  • John_Benson
    Replied on March 16, 2018 at 1:02 PM

    I cloned your form and I was able to replicate the issue. The best way to fix it is to hide the fields and add a new Phone field and Date Picker. 

    If you do not want to add new fields, we can investigate it further and we can forward it to our developers if needed.

    We'll wait for your reply. Thank you.

  • nickgillis
    Replied on March 16, 2018 at 1:39 PM

    If I was building the form I'd gladly make some changes but I've been dealing with disappearing headers since I started developing.  I have this attached to a running spreadsheet.  I really need a fix to the bug

  • John_Benson
    Replied on March 16, 2018 at 1:56 PM

    Sorry for the confusion. 

    Upon investigating it further, I noticed that the label is set to "display: none." 

    Please add this custom CSS code to fix the issue:

    .jotform-form .form-label {

    display: block !important;

    }

    To add the custom CSS code, please follow this guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    I hope this helps.

     
  • nickgillis
    Replied on March 16, 2018 at 1:58 PM

    That appears to have worked. Thank you