Adjust field position and spacing

  • balloonprintshop
    Asked on September 8, 2015 at 2:16 PM
    Jotform Thread 657305 Screenshot
  • Welvin Support Team Lead
    Replied on September 8, 2015 at 4:05 PM

    The first one is not possible. There's no way the field can be initially hidden then show it when the submit button is clicked.

    Second, you can set the label on top. I think you just did it.

    Third, you now have 3 columns in the field. You can inject the following custom CSS codes in the form to adjust the spacing or the item widths:

    .form-multiple-column .form-checkbox-item {

        width: 200px;

    }

    Here's our guide on how to inject the codes in the form: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes. Make sure to add the codes at the bottom.

    Thanks