Placeholder is not in the proper position

  • pcgmarketing
    Asked on November 22, 2017 at 11:59 AM

    My placeholder text is in the proper position inside the form fields but when I type in text it is the wrong color/style and to the LEFT of the placeholder text. Attaching a screenshot. Thanks!

    1511370105a1a Screenshot 10

  • John_Benson
    Replied on November 22, 2017 at 12:23 PM

    Please try to remove the extra space in the Short Text Entry field properties. 

    151137123652zz2 Screenshot 10

    After that, add this custom CSS code to match the form text to the placeholder. 

    .form-textbox, .form-textarea {

        padding: 4px 0px 2px 10px !important;

    }

    Here's a guide on how to add custom CSS code to your form: 

    https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes


  • pcgmarketing
    Replied on November 22, 2017 at 1:26 PM

    Thank you, this has resolved my issues! I have a couple more to send over before the forms are ready to go live, I will create another ticket.