How can I have the Spreadsheet to Form widget to have the same width as the text boxes?

  • LagarderePLUS
    Asked on April 15, 2019 at 5:16 AM

    Dear all,


    i would like to have the input field of the Spreadheet to Widget form to be fixed / alligned to the size of the text fields. Currently it is wider or narrower depending on the form size. Can you please help me out?

    Jotform Thread 1792978 Screenshot
  • Welvin Support Team Lead
    Replied on April 15, 2019 at 9:56 AM

    I did that for you by injecting the below custom CSS codes in the form:

    #customFieldFrame_18 {

        width: 100% !important;

    }

    Guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes