Cannot fill out some fields

  • AlohaDogLodge
    Asked on June 1, 2023 at 9:30 PM

    https://form.jotform.com/231237424796158

    Looking for some help on dates entered and other fields can not put information in.

    Would like the check marks not be white.


    Thank you

  • Billy JotForm Support
    Replied on June 2, 2023 at 3:41 AM

    Hi Kim,

    Thank you for reaching out to Jotform Support. The fields are actually being filled out but it is not visible because the font color is white. Please check the screenshot below:

    Cannot fill out some fields Image 1 Screenshot 20

    To fix this, we need to change the font color by injecting CSS code into the form. Let me show you how:

    1. Open the form in Form Builder
    2. Click on the roller-paint icon (Form Designer) located in the upper right corner
    3. Click on the Styles tab
    4. In the Inject Custom CSS section, insert/paste the code below and click on Save
    .form-textbox, .form-textarea {
    color: #000 !important;
    }

    Your question about changing the check marks not to be white was moved to a different thread and will be answered shortly. You can find it here.