Form do not let me type in some fields

  • varese
    Asked on May 2, 2017 at 2:56 PM

    Do not let me put the phone number for example, also I add another email for the notifications and I do not receive notifications on that email.

    Jotform Thread 1134253 Screenshot
  • Kiran Support Team Lead
    Replied on May 2, 2017 at 3:36 PM

    It looks like that the font color is changed for some fields from the advanced Form Designer. Please inject the following CSS code to the form to display the text in black color:

    .form-textbox, .form-textarea {

        color: #000 !important;

    }

    Please get back to us if you need any further assistance. We will be happy to help.