How do I make it so that I am able to see all of the characters that I type?

  • NatalieT
    Asked on June 21, 2017 at 5:48 PM

    Every time I try to type my name or the postal code in preview, it only shows three characters and the rest is hidden. Also, it starts from the middle of the line and I would like it to start where the box starts.

    Jotform Thread 1180222 Screenshot
  • Chriistian Jotform Support
    Replied on June 21, 2017 at 9:01 PM

    If you would like for all the input boxes to show all the characters you type and start it where the input box starts, please inject this custom CSS code on your form:

     

    .form-textbox, 

    .form-textarea, 

    .form-radio-other-input, 

    .form-checkbox-other-input, 

    .form-captcha input, 

    .form-spinner input {

        padding: 10px 30px 10px 30px;

    }

    How do I make it so that I am able to see all of the characters that I type? Image 1 Screenshot 20

     

    Here's the guide on How to Inject Custom CSS Codes.

    Let us know if you need further assistance.
    Regards.