Appointment field: Blank timeslot

  • Cullen_Jackie
    Asked on June 18, 2020 at 2:46 PM

    On my templates Southwestern Hearing Centers Appointment Request and Southwestern Hearing Centers Appointment Request Form, the appointment section on both, I cannot see the times in the individual boxes.

    I've researched like crazy and cannot get this fixed. Can someone tell me how to make the times visible please?

    Jotform Thread 2398010 Screenshot
  • VincentJay
    Replied on June 18, 2020 at 5:24 PM

    The issue might be related to the form theme you're using. I cloned the form link you provided and I didn't see the appointment field. 

    1592515426bscff Screenshot 10

    Could you please share the correct form URL so we can check it further?

    Please follow this guide: https://www.jotform.com/help/401-Where-to-Find-My-Form-URL


  • Cullen_Jackie
    Replied on June 22, 2020 at 10:28 AM
    Yes, here it is
    https://hipaa.jotform.com/201684659479169
    ...
  • roneet
    Replied on June 22, 2020 at 11:07 AM

    I believe you have injected CSS in your form due to which the time is not visible on the slots. The font color is currently white and the background is also white.

    Please inject this CSS in your form:

    .appointmentSlot {
        color: black!important;
    }

    Guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Let us know if you have further questions.

    Thanks.