Using multiple field inputs in the matrix field

  • felmiranda
    Asked on February 29, 2016 at 10:03 AM
    Is there any option to do this? I need a dropdown with (Ok and No OK) and a field to put observations within the matrix field. How can i do it?
  • Welvin Support Team Lead
    Replied on February 29, 2016 at 10:12 AM

    It's not possible, but we have this configurable list widget. Please check this guide: http://www.jotform.com/help/282-How-to-Set-Up-the-Configurable-List-Widget

  • felmiranda
    Replied on February 29, 2016 at 11:19 AM

    How can i do it like this one?: https://shots.jotform.com/welvin/pages/tony.html 

  • Welvin Support Team Lead
    Replied on February 29, 2016 at 11:59 AM

    That would require you to get the form source codes and modify elements such as the Class and Type of the matrix. Why use this if you can do it in the configurable list widget? If you really wish to use the matrix, let me know and I'll give you the steps to have it.

  • felmiranda
    Replied on February 29, 2016 at 12:59 PM

    Because i need to make calculations within the matrix. I need to know how many items are marked with ok. What would be the best solution?. Please give me the steps to get this solution, this is the form im creating:

     

    https://form.jotform.com/52954442781967

     

    Thanks a lot,

  • felmiranda
    Replied on February 29, 2016 at 2:13 PM

    Hi Welvin,

     

    Can i do calculations using configurable matrix?

     

    Best,

  • Kevin Support Team Lead
    Replied on February 29, 2016 at 5:03 PM

    Unfortunately, as my colleague said some comments above, this is not possible to do with the Matrix Field, and as you say the Configurable List widget can not be used with the Form Calculations widget. 

    If you want to do it you will need to get the source code of your form and customize the Matrix field to add the drop downs as you want and then add some Javascript code to calculate the total.

    This guide will help you to get the source code: http://www.jotform.com/help/104-How-to-get-the-Full-Source-Code-of-your-Form.

     

     

  • felmiranda
    Replied on March 1, 2016 at 1:27 PM

    Thanks