Is there a way to make the currency boxes larger?

  • jamie.sullivan
    Asked on August 25, 2017 at 3:23 PM
    I have another question concerning the input tables of https://www.jotform.com/72357521412147 

    I'm still trying to figure out how to use the full source code to enter comma separators. 

    In the meantime, is there a way to make the currency boxes larger?  We have folks entering numbers in the millions to billions.  I'd like to expand the currency boxes length.  Is there a way to make the currency boxes larger? Image 1 Screenshot 20

    OR I'd be open to any suggestions.  Even if I could somehow use content mask so that respondents only keyed in 200 ($XXX million) instead of 200000000.  If you have any templates or examples of others that would be great.

  • AIDAN
    Replied on August 25, 2017 at 3:38 PM

    In order to increase the width of the text inputs you kindly pointed us to, please inject this custom CSS code into your form:

    .form-matrix-table input.form-textbox {

    width: 125px !important;

    }

    Here is our guide on how to inject custom CSS code into your form: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    I have also created a corrected form for you, in case you would like to clone it and examine it: https://www.jotform.com/72366105789970

    I hope this helps. If you need further assistance please let us know. Thank you.