Como consigo customizar os campos do widget lista configurável?

  • Virtualis
    Perguntado em 23 de outubro de 2024 às 13:04

    Tirei um print e editei a imagem para ilustrar o que eu quero fazer. Estou com dificuldade para ajustar o tamanho desses campos que destaquei na caixa vermelha. Queria expandir o campo "Descrição" e deixar as listas de checkbox embaixo. Mas atualmente tá tudo do lado da outra.
    Estou usando o widget configurable list, atualmente o formulário está como na segunda imagem.


    link do form: https://form.jotform.com/242954133256659


    Como consigo customizar os campos do widget lista configurável? Image 1 Screenshot 30

    Como consigo customizar os campos do widget lista configurável? Image 2 Screenshot 41


  • Bojan Support Team Lead
    Respondido em 23 de outubro de 2024 às 15:51

    Hi Virtualis,

    Thanks for reaching out to Jotform support. Our Portuguese Support agents are busy helping other Jotform users right now, so I'll try to help you in English using Google Translate, but you can reply in whichever language you feel comfortable using. Or, if you'd rather have support in Portuguese, let us know and we can have them do that. But, it might take a while until they're available again.

    Now, coming back to your question, to make the two fields wider, you will need to add custom CSS code to your form. Here's how to do it:

    1. Copy the following CSS code:

    .col5, .col6 {
     min-width: calc(50% - 8px) !important;
     max-width: calc(50% - 8px) !important;
    }

    2. Open your form in the Form Builder and click on the Wand icon next to the widget.

    3. Open the Custom CSS tab and paste the previously copied code.

    4. Apply the changes by clicking the Update Widget button at the bottom.

    Como consigo customizar os campos do widget lista configurável? Image 1 Screenshot 20

    You can check out my cloned example to see how the form looks with it. You can also clone this form to your account to inspect it better.

    /Give it a try and let us know if you have any other questions.

  • Virtualis
    Respondido em 23 de outubro de 2024 às 16:25

    Entendi. Vou verificar e qualquer dúvida sobre esse assunto eu retorno.Agora tenho outra dúvida. Estou tentando capturar os dados inseridos em outros campos e agregar tudo em um campo só. Só que só fica aparecendo o valor zero. No mesmo formulário.Como consigo customizar os campos do widget lista configurável? Image 1 Screenshot 20 Screenshot 10
  • Bojan Support Team Lead
    Respondido em 23 de outubro de 2024 às 16:30

    Hi Virtualis,

    Since your latest question is not related to the original one, it has been moved to a new one. We are working on it, and you will receive a reply soon here.

    If you have any other questions, please share them in related threads.