Can't Type on Input Fields

  • 5RingsteamAZ
    Asked on March 24, 2016 at 10:08 AM

    I created a form for an event next week.    I cannot fill in ANY fields on this form as an attendee.     What did I do wrong?

     

    The form name is :  Lunch & Learn - March 29,  2016

     

    Laurie Sherman

    480-586-4235

  • mert JotForm UI Developer
    Replied on March 24, 2016 at 10:43 AM

    Hi Laurie,

    The color of the text for the inputs in your form is almost white, that's why you feel like you can't fill anything on your form. However, we can easily overcome this issue by injecting CSS rules to your form.

    Please, copy&paste the following code by using the provided method:

     

    .form-textbox {

        color: black !important;

    }

     

    In addition you can change the color of the text by adjusting the red marked area. For further questions, please do let us know.


    Regards.