My clients can't write on my application

  • moodyliciousshop
    Asked on February 11, 2017 at 8:38 PM


    I created a new application and  I can write on it Why ?

     

     

  • Kiran Support Team Lead
    Replied on February 12, 2017 at 12:06 AM

    The text color on the form fields is set to white and so the text is not displaying on the form. I have injected the following CSS code to your form.

    .form-textbox, .form-textarea {

    color: #555;

    }

    The form is now displaying text normally.

    My clients cant write on my application Image 1 Screenshot 20

    Please let us know if we can be of any further assistance. Thank you!