How can I make straight corners for each field?

  • jacktsai
    Asked on December 13, 2015 at 8:24 PM

    What I've done:

    How can I make straight corners for each field? Image 1 Screenshot 20

    My code:

    .form-label-left, .form-label-right, .form-label-top {

        border-radius: 0;

    }

    The only problem is that there is no ".form-label-bottom". If there was, I would be able to do so. Any ideas?

    Thank you.

  • beril JotForm UI Developer
    Replied on December 14, 2015 at 7:47 AM

    You can add the code below:

    * {

    border-radius: 0px !important;

    }

    At that situation, it will work properly.

    How can I make straight corners for each field? Image 1 Screenshot 20

    If you have any question or issues, please do not hesitate contacting us. We will happy to assist you.

  • jacktsai
    Replied on December 14, 2015 at 5:49 PM

    Worked perfectly! Thanks a ton!

  • victor
    Replied on December 14, 2015 at 8:07 PM

    On Behalf of my colleague, you are welcome. If you have any additional question or issue, please do not hesitate contacting us. We will be glad to assist.