How can I make the form round?

  • awave
    Asked on June 28, 2016 at 10:51 AM
  • David JotForm Support
    Replied on June 28, 2016 at 11:36 AM

    To make the corners of the form round, add this code to your form:

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

    .form-all {
    border: 1px solid gray;
    border-radius: 15px 15px 15px 15px;
    }

    Increase the border radius to round off the corners further.