Como colocar os 5 botões na mesma linha e um campo de escolha único.

  • TelmoPaixo
    Asked on December 14, 2017 at 2:24 PM

    Como colocar os 5 botões na mesma linha e um campo de escolha único. Por defeito a aplicação só me deixa colocar 4.

  • David JotForm Support
    Replied on December 14, 2017 at 4:45 PM

    If you want more than 4 options in a single choice field on the same line, you can use CSS to adjust the width of the options:

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

    .form-radio-item {
        width : 40px;
    }

    Adjust the highlighted value to adjust the width.

    If there is something else you are trying to adjust, let us know and we will be happy to help.