How to get square boxes and not rounded?

  • pebbles23
    Asked on April 9, 2014 at 1:28 PM

     I tried this code:

    .form-all {

    padding-top: 0px !important;

    }

    #id_10 {

    padding-top: 0px !important;

    }

    #label_10 {

    margin-bottom: 0px !important;

    }

  • Carina
    Replied on April 9, 2014 at 2:04 PM

    Please inject the following css code instead:

    .form-textbox, .form-textarea, .form-dropdown, .form-radio-other-input, .form-checkbox-other-input, .form-captcha input, .form-list

    {

    -webkit-border-radius: 0 !important;

    -moz-border-radius: 0 !important;

    border-radius: 0 !important;

    }

     

    Let us know if we can be of more assistance.

  • Carina
    Replied on April 9, 2014 at 2:05 PM

    In addition you can test the final result here:

    http://form.jotformpro.com/form/40985879826982

    Feel free to clone it.

    Cheers