Functionality request: matrix properties - number input type

  • laddsa
    Asked on May 14, 2014 at 5:54 AM

    Hi 

    I have a form on my website which uses a lot of matrix boxes.

    See: http://form.jotformpro.com/form/40483729383967 - you will need to go to second page of the form.

    For the matrix input fields I would like to make them numberic input only. But in the matrix properties this option does not exist.

    Is this functionality that could be added?

     

  • TitusN
    Replied on May 14, 2014 at 9:25 AM

    Hello,

    Your request is certainly reasonable.

    I have raised a feature request to add a field input type  "Number" in the selectable options:

    Functionality request: matrix properties   number input type Image 1 Screenshot 20

    We will update you on this thread on any developments

  • laddsa
    Replied on May 14, 2014 at 9:58 AM

    Thank you ror raising a feature request. Much appreciated!

  • Aytekin JotForm Founder
    Replied on May 14, 2014 at 10:02 AM

    I was just looking at your form, and thought it might actually make more sense to use dropdowns instead of letting them enter anything. 

    Functionality request: matrix properties   number input type Image 1 Screenshot 30

     

    So, why don't use the dropdown field and have the options like 12, 22 inside the dropdown? 

    Functionality request: matrix properties   number input type Image 2 Screenshot 41

     

    If I am missing something please let me know. 

  • laddsa
    Replied on May 14, 2014 at 10:53 AM

    Hi

    It's possible that a user could enter anything from 0 to 500 in each box, so having a drop down wouldn't really work. The numbers to the right of a matrix box (i.e. 12, 22, 32, 42) are for information only - not the numbers to be entered into the box.

    Having the matrix input field as numeric only would make it easier for us when exporting the data, as we wouldn't need to check if a user had typed (for example) TEN instead of 10.

    Does that makes sense? 

     

  • Elton Support Team Lead
    Replied on May 14, 2014 at 1:20 PM

    @laddsa

    Thanks. Your request has been taken into consideration for future implementation.

    Here's a workaround that might help for now. This involves modifying your form source code.

    1. Take your form source code

    2. Find every input="text" on the form source code particularly on the matrix section and change it with input="number" 

    Example:

    <td align="center" class="form-matrix-values">

    <input class="form-textbox" type="number" size="5" name="q4_clickTo[0][]">

     </td>

    3. Embed the modified form source code to your website.

    Hope this helps. Thanks!