How do I get fields to show input content?

  • MyWaggyTails
    Asked on June 10, 2020 at 2:55 PM

    How do I get fields to show input content as opposed to having no idea if the data has been input, let along captured? Any why does the mobile field (see attached) only half show data?

    Jotform Thread 2380965 Screenshot
  • Jimmy_D
    Replied on June 10, 2020 at 6:51 PM

    Thanks for contacting us. Kindly insert the CSS code below to your form to make the input data visible.

    .form-textbox,

    .form-textarea,

    .form-radio-other-input,

    .form-checkbox-other-input,

    .form-captcha input,

    .form-spinner input,

    #input_191_hourSelect,

    #input_191_minuteSelect,

    #input_191_ampm, 

    .sacl-button.form-sacl-button {

        background-color : #fff!important;

        color: #4A4A4A!important;

    }

    Try this and let us know should you need further assistance. 


  • Randle
    Replied on June 14, 2020 at 2:22 PM

    hello, I've pasted your recommended text in tot he CSS but still I can't make it appear. What am I doing wrong and why is this so complicated? thanks

  • Amin JotForm Support
    Replied on June 14, 2020 at 6:42 PM

    There was a conflict between the CSS code provided by my colleague and another CSS code on your form.

    Can you please check your form now and see if the issue still persists?