TextBox Size & Message Box Size

  • bbturkcom
    Asked on November 3, 2016 at 6:30 AM

    Hello,

     

    I want to full width my form textbox size and message box size.

    for example; http://i.hizliresim.com/znPN86.png I want identical this picture.

    Myform is: https://form.jotformeu.com/63072607154351

    How can I do this?

     

    Thanks, Good Luck.

     

  • Chriistian Jotform Support
    Replied on November 3, 2016 at 11:08 AM

    You can add/inject the following CSS code to adjust the width of the textbox and text area field in your form.

    .form-input {

        width: 70%;

    }

    .form-error-message {

        width: 50%;

    }

    .form-textarea {

        width: 100%;

    }

    .form-textbox {

        width: 100%;

    }

     

    To inject custom CSS code in your form, just follow the instructions provided in this article: How to Inject Custom CSS Codes