Issues with text inputting.

  • jamie.sullivan
    Asked on August 22, 2018 at 9:20 AM

    On page two - Firm Background - What FinTech products are you currently using? table -  it is not allowing users to input text.  This tends to work for some people, but not others.  Please look into.

    Jotform Thread 1559669 Screenshot
  • BJoanna
    Replied on August 22, 2018 at 11:48 AM

    The Input type of those fields is set to Numeric and because of that, you can not enter any text.

    1534952547number Screenshot 10 

    To resolve this issue change the Input Type to Text Box inside of the field properties. 

    1534952828inputtype Screenshot 21

  • jamie.sullivan
    Replied on August 22, 2018 at 12:30 PM

    Okay, it was set to Numeric Text, so I thought that allowed both.  Since switching it to Text Box, the columns have shrunken.  How do I make those larger?

  • BJoanna
    Replied on August 22, 2018 at 1:18 PM

    Please add the following CSS code to your form:

    .form-matrix-values .form-textbox {

    width: 150px!important;

    }

    How to Inject Custom CSS Codes

    1534957971demo Screenshot 10

    Here is a demo form - https://form.jotform.com/82334936445967 

    Feel free to test it and clone it