What is the best way to have a team submit their roster in a list form. Player # and Name?

  • usarscommittee
    Asked on June 10, 2016 at 8:02 PM
  • testbens
    Replied on June 11, 2016 at 3:54 AM

    Hello usarscommittee,

    I highly recommend using the Matrix or the Configurable List widget. I created a demo form that will show how these functions work. Here's the link: https://form.jotform.me/61617653238459

    Matrix Table
    You can find it under the Survey Fields. Here you can specify the columns and the rows.

    What is the best way to have a team submit their roster in a list form Screenshot 30

    In order to adjust the width of the columns, you need to apply custom CSS to it. Here's an example:

    /* Player # */
    .form-matrix-row-headers +.form-matrix-values .form-textbox {
    width: 50px;
    }

    /* Player Name */
    .form-matrix-row-headers +.form-matrix-values +.form-matrix-values .form-textbox{
    width: 200px;
    }

    This is the user guide on how to insert custom CSS on the form. (https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes)

     

    Configurable List Widget (http://widgets.jotform.com/widget/configurable_list)
    This widget will allow you to have full control on the number of items you want to add. You can also remove an item if you want.

    What is the best way to have a team submit their roster in a list form Screenshot 41

    Here's the reference guide I've used: https://www.jotform.com/help/282-How-to-Set-Up-the-Configurable-List-Widget

     

    I hope that helps. Cheers!
    -Fellow JotForm User

  • Chriistian Jotform Support
    Replied on June 11, 2016 at 9:18 AM

    Hi @testbens, Thanks for you suggestion.

     

    @usarscommittee, you can try the suggestion of testbens. You can use the Matrix Table or the Configurable List widgets to achieve what you need. 

     

    Do let us know if you need further assistance.
    Regards.