Unable to type anything into the field

  • lipbang
    Asked on November 18, 2016 at 4:47 PM

    Randomly all my form fields have been changed to white text. Even though the style editor and CSS are stating black.

    No one can fill out my form now. Please help ASAP, we were getting ready to launch a contest. Thanks.

  • Mike
    Replied on November 18, 2016 at 8:20 PM

    The following CSS does not work in the same manner in different browsers. Please remove it and then re-check the form.

    .form-textbox {
    padding : 18px 7px;
    }

    Unable to type anything into the field Image 1 Screenshot 20

    If you need any further assistance, please let us know.

  • lipbang
    Replied on November 21, 2016 at 1:04 PM

    It must have been a temp glitch. I didn't change anything. Within 1 hour everything was back to normal.

  • lipbang
    Replied on November 21, 2016 at 1:44 PM
    It must have been a temporary glitch. Within an hour of posting this the form went back to normal.
    I didn’t change anything and it was suddenly working again.
    --
    Aaron Cox
    Concept Naturals Inc.
    Graphics Producer & Technical Director
    -----------------------------------------------------------------
    E: aaron@lipbang.com | O: 1.844.LIP.BANG (547-2264)

    LIP FREAK
    The Strongest Buzzing Lip Balm in the World
    www.lipbang.com | 1-844-LIP-BANG | info@lipbang.com
    9731 Topanga Canyon Place
    Chatsworth, CA 91311
    ...
  • Mike
    Replied on November 21, 2016 at 3:07 PM

    The input text is fine in Google Chrome, but in Firefox the issue still persists since mentioned browsers handle the input paddings differently.

    I would like to suggest removing the padding, or fixing the fields' height by adding the next CSS.

    .form-textbox {
    height: auto;
    }

    Unable to type anything into the field Image 1 Screenshot 20

    Thank you.