CSS not applied after pressing save button.

  • robynlawton
    Asked on October 24, 2019 at 9:01 PM

    After following these instructions fully, the field input width is still the same after pressing save. Do I have to go out of the form or refresh for this to take place. The current size of the input field is too small to fit names, phone and email when the form is printed. https://www.jotform.com/build/92967230251861

  • Jed_C
    Replied on October 24, 2019 at 9:50 PM

    I checked your form and there's no CSS in it. Please add this code in CSS box.

    .form-textbox {

        width: 300px;

    }

    1571968175The Easiest Online Form Builde Screenshot 10

    Let us know if you have any questions or if you need further assistance.